I've been trying to get the PyOpenColorIO module to work on my Windows
workstation, but without any success.

What I realised though is that Nuke ships with this module and it's working
as expected. Is there a way to use those files (PyOpenColorIO.pyd,
OpenColorIO.dll) in an external IDE?

I've tried:

import sys
sys.path.append("C:/Program Files/Nuke8.0v5/")
sys.path.append("C:/Program Files/Nuke8.0v5/plugins")
import PyOpenColorIO

This throws an ImportError: DLL load failed: %1 is not a valid Win32
application.

But I'm not sure if this is the right approach? Does the OpenColorIO.dll
need to be placed at a specific path (envs)? I remember something about it
being so on Linux.

* I do not have the knowledge to compile my own version from the OCIO
github.
* I do know that Nuke currently uses a old version of OCIO.
* I could get this working by importing the nuke module in the IDE, but
that seems like a slow workaround.

Best regards,
Simon




-------------------------------
Simon Björk
Compositor/TD

+46 (0)70-2859503
www.bjorkvisuals.com
_______________________________________________
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