From: Terry M. <ter...@gl...> - 2008-08-25 23:08:00
|
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 |