I have installed VPython on Fedora 4 and everything seems fine. When I
attempt to execute a demo I get the following error
"Traceback (most recent call last):
File "bounce.py", line 1, in ?
from visual import *
File "/usr/lib/python2.4/site-packages/visual/__init__.py", line 28,
in ?
from visual.primitives import arrow, cylinder, cone, sphere, box,
ring, label
ImportError: No module named primitives"
Haw can I fix that?
Thanks in advance
Paco
|