Yeah, had the same problem here... lost a couple of hours until realizing that the only build that works on OSX actually is 1.2.2, and i'm on 10.9 (Mavericks)

Magno.






On Tue, 26 Jul 2016 01:15:58 -0400, Frank Rueter|OHUfx <fr...@ohufx.com> wrote:

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, 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. 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.

Has anybody had any luck with this?

Cheers,
frank

-- >>     >>vfx compositing | workflow customisation and consulting



_______________________________________________
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




--
Using Opera's mail client: http://www.opera.com/mail/
_______________________________________________
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