And as always, just after sending a desperate cry for help I got it to work.
In case somebody else needs this:
According to this thread <https://github.com/PySide/PySide/issues/138>, you either need to settle for PySide 1.2.2 or build 1.2.4 from source.

I settled for PySide 1.2.2 since that's what Nuke ships with:

>> pip install -U PySide==1.2.2

I then got a bunch of shiny new Apple errors complaining about unsafe use of relative links, the solution is outlined here <http://stackoverflow.com/questions/31343299/mysql-improperly-configured-reason-unsafe-use-of-relative-path>. In a nutshell I used "otool -L QtCore.so" to see the linked libraries. Then I used "install_name_tool -change" as outlined in above link to re-link the two relative libraries in there to "/usr/local/...".

Rinse and repeat for all the .so files you may need in your coding.

I wish I could invoice this day to Apple...



On 07/26/2016 04:40 PM, Frank Rueter|OHUfx wrote:
Hi all,

I was wondering if anybody has successfully installed PySide on El Capitan? I have tried all day and whilst the QT install (via brew) as well as the PySide install (via pip) report a successful installation (after installing CMake and it's command line tools), I can't import the basic libraries as I'm getting an "Image not found" error , same as this guy here. <http://stackoverflow.com/questions/38315537/pyside-import-error-mac-os-x-el-capitan-library-not-loaded-rpath-libpyside-cp>

Has anybody had any luck with this?

Cheers,
frank

--
ohufxLogo 50x50 <http://www.ohufx.com> *vfx compositing <http://ohufx.com/index.php/vfx-compositing> | *workflow customisation and consulting <http://ohufx.com/index.php/vfx-customising>* *



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

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

Reply via email to