[PyQt] compiling pyqt4 64-bit for local distribution

Matt Newell newellm at blur.com
Wed May 6 23:01:31 BST 2009


On Wednesday 06 May 2009 14:49:26 Greg Smith wrote:
> Hi All,
> I was able to successfully compile Qt 4.5, SIP and PyQt4 on my dev
> machine using MSVC2005 (using 2005 because I am compiling against Python
> 2.5.1)
>
> I was successful in building everything and PyQt works on the dev
> machine. However I was curious on how I would be able to distribute PyQt
> to other machines at work? I'm fairly new with the world of compiling so
> I am not exactly sure what the process is to achieve what I am after.
>
> Thanks,
>
> Greg Smith
> Troublemaker Studios
>

PyQt.nsi is used to build an installer. Download and install the latest 
nullsoft installer package, right click on the PyQt.nsi and build it.  You 
can then run the installer with the silent option, /S, for automating the 
install via .bat scripts or whatever.

Matt


More information about the PyQt mailing list