Closed jokober closed 8 years ago
I am also having this same problem. Were you ever able to figure out a solution?
No I wasn't able to figure it out ...
2014-04-08 5:15 GMT+02:00 George Sibble notifications@github.com:
I am also having this same problem. Were you ever able to figure out a solution?
Reply to this email directly or view it on GitHubhttps://github.com/cloudmatrix/esky/issues/57#issuecomment-39807894 .
Likewise having the same problem without relief.
I had the same problem. While packing with py2exe directly I found some errors in my script. After fixing that, bdist_esky run without errors.
Errors not caused by esky
Hi guys, I get a error message on Windows and can't figure out how to solve this:
I already tried to restart the computer but nothing changed. I also get the same error with cxfreeze ...
My setup.py code: example = Executable("gui_starter.py", gui_only=False, )