Deploying a PyQt application on Windows Vista x64
Posted
by Skilldrick
on Stack Overflow
See other posts from Stack Overflow
or by Skilldrick
Published on 2010-04-06T21:21:18Z
Indexed on
2010/04/06
21:23 UTC
Read the original article
Hit count: 444
I'm working on an application for a client/friend using PyQt. I've been working on Linux and testing on Vista, but the target computer is Vista x64. Now, Python comes with compiled binaries of Python 2.6 for 64 bit Windows, but Riverbank don't provide 64 bit binaries for PyQt.
I don't have much access to the target computer, so I can't really go through the hassle of compiling PyQt. This Google code project might be the solution, but I'm not sure if it's going to work.
Can I use something like py2exe from 32 bit Vista, or would I have to have to make the executable from a 64 bit machine with PyQt 64 bit installed? Basically, am I going to have to compile PyQt on the target machine?
© Stack Overflow or respective owner