Hi Chris,
The app crash when I run in another PC Mac... but don't worry, I've found ( another one!!! ) what's wrong: psyco with elementtree cause crash!!!
I don't believe to, but it is!!! and don't ask me why, please...;)

well, after this risconcerting news, I've found another problem unfortunately: My app utilize aggdraw module, that I have downloaded from effbot.org and installed in my Intel Mac. Py2app build works well, but the .app that run on another PPC Mac cause a crash with follow error:

An unexpected error has occurred during execution of the main script

ImportError: dlopen(/Users/mac/Desktop/FotoTaxi3.app/Contents/Resources/lib/pyth
on2.5/lib-dynload/aggdraw.so, 2): Symbol not found: _FT_Load_Glyph
Referenced from: /Users/mac/Desktop/FotoTaxi3.app/Contents/Resources/lib/pytho
n2.5/lib-dynload/aggdraw.so
 Expected in: dynamic lookup

And now, I have not idea about....
what's wrong?

PS: and debugging my app, I've found that the

import xml.etree.cElementTree as cElementTree

cause crash on running app...

Does it crash when run outside the *.app bundle? or only when bundled?

-CHB



--
/\/\ariano Di Felice
Java PHP Python Ruby programmer
with MySQL, PostgreSql, SQLite and Oracle support
Linux Platform Developer
http://www.marianodifelice.it
[EMAIL PROTECTED]
Tel. 0735 703735
Cell +39 339 6407211
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to