py2app ... (Mac specific)
Terry Maloney <[email protected]> Mon, 25 Aug 2008 19:07:58 -0400
| Newsgroups | gmane.comp.python.pythoncard |
|---|---|
| Message-ID | <[email protected]> |
Just curious, but has anyone got it to work? The discussion seems to have ended here ... although I note that Alex (someone) seems to have later added a line for version 2.5 in the util.py that came with my version of 0.82 as well ... http://article.gmane.org/gmane.comp.python.pythoncard.devel/144/ match=py2app fwiw I have no (apparent) path problems with py2app (unless I force one), in that it happily builds my program for me ... when I try to run it, though, I get the following: "An unexpected error has occurred during execution of the main script TypeError: coercing to Unicode: need string or buffer, NoneType found" Tracing back as best I can leads me to model.py as well, but ultimately to the init of class Application, which is the only place that I can guess a NoneType is entering my program: def __init__(self, frameClass, aFileName=None, rsrc=None) Still don't understand all this, but if anyone who does is still is interested, I'll gladly provide console logs, code, or whatever ... Cheers, TM ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pythoncard-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pythoncard-users