From: Wesley P. <bu...@gm...> - 2007-05-03 18:56:32
|
Folks, I have looked at the tutorials and "googled" for problems similar to mine. No luck with any of that. Here's a thought. The solution to similar problems has been to have from PythonCard.components import textfield as opposed to from PythonCard import textfield This won't work for model, resource, and util because they are not named components in Pythoncard. From my searching on google, obviously people are having sucessful builds with pythoncard and py2exe. ---------- Forwarded message ---------- From: Wesley Phillips <bu...@gm...> Date: May 3, 2007 9:37 AM Subject: py2exe To: pyt...@li... I am trying to create exe distribution file. But when I run the exe file I get the following error: Traceback (most recent call last): File "LBV.py", line 896, in <module> File "PythonCard\model.pyc", line 366, in __init__ File "PythonCard\resource.pyc", line 45, in __init__ File "PythonCard\util.pyc", line 39, in readAndEvalFile TypeError: coercing to Unicode: need string or buffer, NoneType found I am using the ansi wxpython. Any ideas? Thanks -- efil si doog -- efil si doog |