|
From: Martin C. <cos...@wa...> - 2004-01-25 20:35:39
|
I made a Fink package for vpython that uses python2.3 from Fink. It
compiles and installs fine and the vpython script starts the IDLE
window, but when I try to run a demo or just run python and "import
visual", it crashes with an error message:
>>> import visual
Visual-2003-10-05
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/sw/lib/python2.3/site-packages/visual/__init__.py", line 81, in ?
scene = display()
File "/sw/lib/python2.3/site-packages/visual/__init__.py", line 34,
in __call__
return apply(self.constr, args, kw)
TypeError: CXX: type error.
>>>
Can anybody please tell me where this might come from?
I am a complete newbie when it comes to vpython and, for that matter, to
python. I would like to release this Fink package as soon as this
problem is solved.
--
Martin
|