Hey Nathan,

Running nuke 6.3v7 here on Centos 5 linux.

ldd reports that plugins/PySide/QtUiTools.so is linking against our local /usr/lib64/qt4 install for

libQtCore.so.4
libQtGui.so.4
libQtDesigner.so.4

Those libraries are provided by the rpm qt4-4.2.1-1 installed via the base centos 5 repository.

This seems to work fine.



On our testing Centos 6 version, I run across undefined symbol erros where QtScript.so tries to link against /usr/lib64/libQtScript.so.4, which is provided by the rpm qt-4.6.2-20

So I'll no doubt have to compile a version of Qt and append it to the LD_LIBRARY_PATH for nuke (unless the developers add the required libraries)

Hope that sheds some light.

-Mark




On 05/22/2012 08:35 AM, Nathan Rusch wrote:
Also, this issue doesn’t seem to be present on Windows, so... is everyone just using Windows now?

*From:* Nathan Rusch <mailto:[email protected]>
*Sent:* Monday, May 21, 2012 3:31 PM
*To:* Nuke-Python <mailto:[email protected]>
*Subject:* [Nuke-python] PySide: Issue with QtUiTools (Linux + OSX)
Hey everyone,
Looking for a bit of a sanity check here.
I’m in the process of converting some PyQt tools to PySide, and I’m running into a big issue with the QtUiTools module (while trying to make use of the QUiLoader). Namely, one of its dependencies (libQtDesigner.so) is just straight-up missing from the Nuke Qt distribution, so when ld tries to find it, it ends up picking up a (different, incompatible) version of it from /usr/lib64 or OSX’s Frameworks path. I did a quick scan of the list archives and noticed people seem to be using the QUiLoader in their own code, so I’m curious why no one else has run into this yet. Does everyone else just happen to have a system install of Qt 4.6 and not something older or newer? Am I missing something really obvious here?
Thanks,
-Nathan

------------------------------------------------------------------------
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

--
This message was scanned by Fuel's spambox and is believed to be clean.
Click here to report this message as spam. <%0Ahttp://spambox.fuelvfx.local/cgi-bin/learn-msg.cgi?id=4C9D9286E8.7805B%0A>

_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to