I cloned the current version of pyinstaller on a Win7-64 machine and a WinXP-32 
machine.  Both machines build from the same source tree.

On Win7-64 the program builds and runs.  I did get one error message and a 
bunch of CantPackExceptions.

ERROR: lib not found: gdiplus.dll dependency of 
C:\Python27\lib\site-packages\wx\wxmsw28uh_core_vc.dll

upx: C:\Users\Lynn 
Oliver\AppData\Roaming\pyinstaller\bincache01\calc_lwork.pyd: 
CantPackException: can't pack new-exe
upx: C:\Users\Lynn 
Oliver\AppData\Roaming\pyinstaller\bincache01\calc_lwork.pyd: 
CantPackException: can't pack new-exe
upx: C:\Users\Lynn Oliver\AppData\Roaming\pyinstaller\bincache01\flapack.pyd: 
CantPackException: can't pack new-exe
etc.

On WinXP-32 the program builds and runs.  I got the following error messages 
relating to a matplotlib backend that I'm not using, and a couple of upx 
messages.

ERROR: lib not found: libgdk_pixbuf-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib\backends\_backend_gdk.pyd
ERROR: lib not found: libgobject-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib\backends\_backend_gdk.pyd
ERROR: lib not found: libgdk-win32-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib\backends\_gtkagg.pyd
ERROR: lib not found: libgobject-2.0-0.dll dependency of 
C:\Python27\lib\site-packages\matplotlib\backends\_gtkagg.pyd

upx: C:\Documents and Settings\Lynn\Application 
Data\pyinstaller\bincache01\_windowing.pyd: NotCompressibleException
upx: C:\Documents and Settings\Lynn\Application 
Data\pyinstaller\bincache01\msvcm90.dll: CantPackException: .NET files 
(win32/.net) are not yet supported


On Apr 17, 2012, at 11:24 AM, Martin Zibricky wrote:

> Lynn Oliver píše v Ne 15. 04. 2012 v 15:30 -0700:
>> I went back and tried v1.5.1, and both i386 and x64 versions build
>> fine.  I'll try the dev build again whenever you think some of the
>> issues have been fixed.
>> 
>> Lynn
> 
> Could you please try latest development version? 
> 
> Some issues have been fixed recently and I would like to fix the issues
> you are experiencing.
> 
> -- 
> 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.
> 

-- 
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