[PyQt] Is there an easy way to install pyqt?

Tina I tinaweb at bestemselv.com
Wed Jun 20 20:53:17 BST 2007


Giovanni Bajo wrote:
> On 20/06/2007 10.49, Tina I wrote:
>
>> I have had success with PyInstaller: 
>> http://pyinstaller.python-hosting.com/ It produces a self contained 
>> executable, either a single file or a directory, and can handle both 
>> Linux and Windows. Just remember that you need to add a hook to SIP 
>> to make it work with PyQt (Create a file under /hooks in your 
>> PyInstaller directory named "hook-PyQt4.py" that contain the line 
>> "hiddenimports = ['sip']")
>
> ... or simply get a more recent version of PyInstaller (from SVN 
> trunk), which already has this hook included. :)
That would work too... :P



More information about the PyQt mailing list