I'm a Linux newbie but I'm determined to get my favorite applications, like Visual Python,
on my laptop running Ubuntu 12.04.
I followed the instructions on the VPython site to install Python 2.7.5 first but the Wine application isn't extracting anything from the Python .msi file. I know Ubuntu already has Python 2.7.3 so I just tried running the VPython .exe file but it says "This program can only be installed on versions of Windows designed for the following processor architectures: x64." My Toshiba satellite has a 64-bit processor.
The instructions on the VP site said to select python.exe in Wine to install VPython but in my interface I can only select wine packages.
Could anybody help? Any Linux experts out there?
Thanks in advance,
Peter Farrell
wine start /i python-2.7.5.amd64.msi /qn TARGETDIR=~/Python27 ALLUSERS=1
it says fixme:storage:create_storagefile Storage share mode not implemented.
I created that Python27 directory so I know it exists and it's empty.--
You received this message because you are subscribed to a topic in the Google Groups "VPython-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vpython-users/mHwzlXlqDoM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vpython-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "VPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vpython-user...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "VPython-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vpython-users/mHwzlXlqDoM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vpython-user...@googlegroups.com.
apt-get install python-visual
Peter, I wonder whether the original problem you had, in your initial attempt to use the wine approach, was that you tried installing a 32-bit Python on a 64-bit Ubuntu. On (real) 64-bit Windows platforms you can run 32-bit programs, but maybe in the wine environment you need to install 64-bit (Windows) programs.
--
You received this message because you are subscribed to a topic in the Google Groups "VPython-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vpython-users/mHwzlXlqDoM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vpython-user...@googlegroups.com.
Peter, I wonder whether the original problem you had, in your initial attempt to use the wine approach, was that you tried installing a 32-bit Python on a 64-bit Ubuntu. On (real) 64-bit Windows platforms you can run 32-bit programs, but maybe in the wine environment you need to install 64-bit (Windows) programs.
--
You received this message because you are subscribed to a topic in the Google Groups "VPython-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vpython-users/mHwzlXlqDoM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vpython-user...@googlegroups.com.