Hello,
I am running 64 bit windows 7 .

I have both 32 bit python and 64 bit python resident on my system. I
am trying to build a standalone exe file for my python application to
run on 32 bit Windows After cloning pyinstaller from github, I ran the

c:\Python_32\python.exe pyinstaller.py C:\myproject\mymain.py


I could get an executable that launched right.  I have wxpython,
reportlab , pyyaml and other c-code containing dependencies.

However at runtime I am getting a "ImportError: DLL load failed: %1 is
not a valid Win32 application."
I am wondering how to build a 32 bit standalone application on my
machine and troubleshoot why the binary I have built with 32 bit
python is failing.

Thanks
Hari

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