Hi Hugo, When you built this for Mac OS, what steps did you have to take after getting both sip and PyQt installed? I recently tried to set this up, and could only get it to work by manually setting symlinks of the Qt libs in Library/Frameworks/ to the ones in the Nuke installation, but I don't think that's the right way to go about it :(
I notice there's this line in the new Python Dev Guide, specific to Mac OS: - PyQt libraries now need to be fixed so that they internally point to NUKE’s Qt binaries. To achieve this run the soFileFixForMacPyQt.py that is bundled with Qt 4.6.2. But I couldn't find soFileFixForMacPyQt.py anywhere. So, after compiling and installing both sip and PyQt, do you remember having to take any additional steps to make the PyQt libs point to Nuke’s Qt binaries? Thanks, Ivan On Tue, Jul 26, 2011 at 12:03 PM, Hugo Léveillé <[email protected]> wrote: > Man thanks so much. Working perfectly ! > > > On Tue, 26 Jul 2011 18:59 +0100, "Christoffer Hulusjö" > <[email protected]> wrote: > > If you don't want to bother compiling it yourself, below is a link to a > binary package that works... > > Here is what I got from support, > ------------------ > http://code.google.com/p/pyqt4-win64-binaries/downloads/detail?name=PyQt-Py2.6-gpl-4.6-snapshot-20090810-1.exe&can=2&q= > > You need to install the package and choose *not* to installed Qt libs. It > prompts about not being about to find python don't worry it should just > install to c:\Python26_64\ anyway. > > It should pop sip.dll, and PtQt4 into C:\Python26_64\Lib\site-packages. You > should then be able to use these in Nuke by setting the python path or > copying > the sip.dll and PyQt4 into into the Nuke lib\site-packages directory. > > _______________________________________________ > Nuke-python mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > > > -- > Hugo Léveillé > TD Compositing, Vision Globale > [email protected] > _______________________________________________ > Nuke-python mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > > _______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
