From: Bruce S. <Bru...@nc...> - 2010-01-29 02:20:46
|
I'm at a total loss as to what this means. Just to check, I wiped out my VPython installation, downloaded the VPython 5.21 installer from vpython.org and installed. All works. So the installer at vpython.org isn't corrupted. I should point out that the older VPython 5.2 is available at sourceforge.net. Is there a Mac expert who can interpret the "no suitable image found" messsage, or the "unknown required load command 0x80000022" message? These don't mean anything to me, and I've never seen them before. I used the same Mac PackageMaker machinery to build 5.21 that I used to build 5.2. I assume these computers ran earlier versions okay? Bruce Mark Hammond wrote: > When I installed Python 2.6.4 and VPython-Mac-Py2.6-5.21 on my lab > computers, it seems to install ok. But when I run a sample program, I get > this error message in the shell window: > > Traceback(most recent call last): > > File "Untitled", line 1 > > 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. Didfind: > > > /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/visual/cvisual.so:unknown > required load command 0x80000022 > > > > > Mark Hammond > > > |