Some people have had a difficult time building VPython on OSX 10.3. I
have placed a simple tarball of a binary build for that platform in the
Sourceforge download area.
You will need to have the following packages installed from fink:
python23
numeric-py23
gtk+-shlibs
x11-shlibs
darwin
The tarball is meant to be decompressed to the root directory. So,
download the file (into say, /Users/jonathan/Desktop/Downloads), cd into
/, and decompress the file:
cd /
tar -xvzf /Users/jonathan/Desktop/Downloads/VPython-OSX10.3-3.0.1.tar.gz
This will plow over any existing installation of visual-py23.
-Jonathan
|