Yifei Li píše v Ne 15. 04. 2012 v 22:28 -0400:
> Martin, 
> 
> Do you have any idea about how soon this bug will be fixed?

I expect a few days unless it is really something hard to debug.

Could you please help with debugging it and enable debug output in
files  ./PyInstaller/loader/iu.py and ./PyInstaller/loader/archive.py.

These two files are bundled with executables.

Look for code like

 def debug(msg):
     if 0:
         sys.stderr.write(msg + "\n")
         sys.stderr.flush()

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to