Re: [Pythonmac-SIG] Unable to run python application

2009-04-16 Thread Alexandre Quessy
Hi beegee ! "/* */" as a comments delimiter is not supported in Python. The simplest way to create comments in Python is to begin each comment line with a #. You can also use triple-delimited strings for documentation. a 2009/4/15 Ned Deily : > In article > <7122b8730904151138o3a0cb401hbfaba2d

[Pythonmac-SIG] Loading dynamic library

2009-04-16 Thread Shane Clements
Hi. I'm using py2app to try to port a game to OS X, is there any to avoid this error? Traceback (most recent call last): File "game.py", line 18, in import ode ImportError: dlopen(/Users/Shane/UTc!/client/dist/client.app/Contents/Resources/lib/python2.5/lib-dynload/ode.so, 2): Library not