Stefan Kuzminski <[EMAIL PROTECTED]> wrote:

> First let me say thank you for picking up the Installer and giving it
> new life, we have been using it for years and it's very gratifiying to
> see it move forward!
>
> I have been having a problem with encodings on the Korean version of
> windows.  I updated to PyInstaller1.1 and rebuilt my executable, but
> now I get an error that..
>
> ImportError : PYZ entry 'encodings' (0j) is not a valid code object.
>
> Any insight into this error would be appreciated.  This is on
> Python2.3.


Never seen this error. I'd need:

- A confirmation that you rebuilt the project from scratch (removing the build*
and dist* directories)
- The warn*.txt file generated by PyInstaller during the build
- The output of the packed file when built with console=1 and debug=1 (you can
hand-edit your .spec file for this)
- Cut & paste of the output of PyInstaller/ArchiveViewer builddir/out1.pyz
(where builddir is the build directory made by PyInstaller).

Giovanni Bajo

_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to