From: Wesley P. <bu...@gm...> - 2006-11-01 20:08:11
|
I am trying to use py2exe to create a exe file for my program. I get the following errors: Traceback (most recent call last): File "LBV.py", line 581, 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 Traceback (most recent call last): File "LBV.py", line 587, 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 Does anybody recognize error and know how to fix it? Thanks -- efil si doog |