If using a Mac, you need to download and install Mac OS version of python 3.1.3 at URL
To test, try some arithmetic at IDLE's interactive prompt (>>>).
>>> 3 * 4 12 >>> import math >>> math.pi *2 6.283185307179586
and select Macintosh under Download. On the new web page under the Python 3.1 heading, download and install VPython-Mac-Py3.1-5.71
Visit URL
and download and unzip FontModulesPython3.zip
The files will be placed in the proper place.
>>> from visual import * >>> b = box()and a new window should open up with a large light grey box that fills the window. Using the right mouse button (or hold the command key), click and drag on the box. You should be able to rotate the 3D box.
Last modified: Wed July 27, 2011
Page maintained by Dan Hyde