From: Wesley P. <bu...@gm...> - 2007-05-05 11:56:55
|
Wesley Phillips <bumtool <at> gmail.com> writes: > > > 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 readAndEvalFileTypeError: coercing to Unicode: need string or buffer, NoneType found > > I am using the ansi wxpython. Any ideas? > > Thanks > > -- efil si doog > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > Pythoncard-users mailing list > Pythoncard-users <at> lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > I tried another method in Eclipse. I got it to work. So this problem is solved. I do not know the solution to the above problem, but I do know how to make py2exe work from Eclipse. |