|
From: Brian E. G. <bgr...@cf...> - 2003-03-25 16:19:56
|
I am trying to get VPython working on my Mac that is running OS X 10.2.4. I installed using the install script that is included in the OS X bundle of VPython. I am running python2.2 installed using fink. When I try "import cvisual" I get the following error: >>> import cvisual Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: Failure linking new module >>> Does anyone know what the problem is and how to fix it? Thanks Brian Granger |