From: Danny C. <dan...@gm...> - 2010-02-09 13:13:02
|
All, A student sent a colleague of mine this problem that the student is having with his Mac install of VPython. Is this a Boost related issue? How can I tell this student how to fix this problem. Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "copyright", "credits", or "license()" for more information. >>> =========================== RESTART ============================= >>> Traceback (most recent call last): File "Untitled", line 2 from visual import * File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/visual/__init__.py", line 59 import cvisual ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/visual/cvisual.so, 2): no suitable image found. did find: /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/visual/cvisual.so: unknown required load command 0x80000022 >>> Thanks for any help, Danny |