py2app help

M

Massimo Di Pierro

Hello,

Two users have reported this error when used the OSX version of Gluon
(http://mdp.cti.depaul.edu/examples)

Traceback (most recent call last):
File "/Users/jacek/src/gluon/runme.app/Contents/Resources/
__boot__.py", line 157, in <module>
rograms/gluon/runme.py'))
File "/Users/jacek/src/gluon/runme.app/Contents/Resources/
__boot__.py", line 148, in _run
target, wasChanged = alias.ResolveAlias(None)
MacOS.Error: (-35, 'no such volume')
2007-10-15 21:29:08.896 runme[8217] runme Error
2007-10-15 21:29:08.898 runme[8217] runme Error
An unexpected error has occurred during execution of the main script
Error: (-35, 'no such volume')

I made it with py2app and I am relatively new to OSX.
Does anybody has any idea of what could be wrong?
I would very much appreciate any help. The code is posted including
setup_py2app.

Massimo
 
H

has

Hello,

Two users have reported this error when used the OSX version of Gluon
(http://mdp.cti.depaul.edu/examples)

Traceback (most recent call last):
File "/Users/jacek/src/gluon/runme.app/Contents/Resources/
__boot__.py", line 157, in <module>
rograms/gluon/runme.py'))
File "/Users/jacek/src/gluon/runme.app/Contents/Resources/
__boot__.py", line 148, in _run
target, wasChanged = alias.ResolveAlias(None)
MacOS.Error: (-35, 'no such volume')
2007-10-15 21:29:08.896 runme[8217] runme Error
2007-10-15 21:29:08.898 runme[8217] runme Error
An unexpected error has occurred during execution of the main script
Error: (-35, 'no such volume')

I made it with py2app and I am relatively new to OSX.
Does anybody has any idea of what could be wrong?
I would very much appreciate any help. The code is posted including
setup_py2app.

Most of the files in the .app bundle are actually symlinks, so I'm
guessing you built it with the --alias flag which should be used for
development purposes only. You need to rebuild it as a standalone
executable. See the py2app documentation for more info:

http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html

(You might also file a feature request with the py2app developer
asking for it to give a more helpful error message when this error
occurs.)

HTH

has
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top