I tried running it through latest development branch and got the following
traceback when trying to launch my app:
Traceback (most recent call last):
File "<string>", line 12, in <module>
File "c:\Visual\DET\pyinstaller\PyInstaller\loader\iu.py", line 436, in
importHook
mod = _self_doimport(nm, ctx, fqname)
File "c:\Visual\DET\pyinstaller\PyInstaller\loader\iu.py", line 526, in
doimport
exec co in mod.__dict__
File
"build\control_panel\build\pyi.win32\control_panel\out03-PYZ.pyz\PIL.MicImagePlugin",
line 23, in <module>
File "c:\Visual\DET\pyinstaller\PyInstaller\loader\iu.py", line 436, in
importHook
mod = _self_doimport(nm, ctx, fqname)
File "c:\Visual\DET\pyinstaller\PyInstaller\loader\iu.py", line 526, in
doimport
exec co in mod.__dict__
File
"build\control_panel\build\pyi.win32\control_panel\out03-PYZ.pyz\PIL.Image",
line 45, in <module>
File "c:\Visual\DET\pyinstaller\PyInstaller\loader\iu.py", line 436, in
importHook
mod = _self_doimport(nm, ctx, fqname)
File "c:\Visual\DET\pyinstaller\PyInstaller\loader\iu.py", line 526, in
doimport
exec co in mod.__dict__
File
"build\control_panel\build\pyi.win32\control_panel\out03-PYZ.pyz\FixTk",
line 54, in <module>
File
"build\control_panel\build\pyi.win32\control_panel\out03-PYZ.pyz\FixTk",
line 23, in convert_path
LookupError: no codec search functions registered: can't find encoding
This is with the -F, "onefile" flag. When I try and build it in directory
mode I get the following error in a message box when trying to run it:
"The application has failed to start because its side-by-side configuration
is incorrect. Please see the application event log or use the command line
sxstrace.exe tool for more detail."
Also some information missing from my original post...
System: Windows 7 64 bit
Python Version: 2.6
Any ideas?
Best Regards,
Geoffrey Bantle
--
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.