Hey NathanR,

I'm having trouble getting the NukeExternalControl working.. maybe you could 
help me out? 
I found an old thread about this and someone else has had the same problem as 
me but no one said what the problem was or if it was resolved.. 


The Thread:
http://forums.thefoundry.co.uk/phpBB2/viewtopic.php?t=4203



This is my error:

['eur512_029_040_031(dpx) 1-1', 'eur512_029_040_031(jpg) 1-10']
Running Nuke
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Python27\lib\lib-tk\Tkinter.py", line 1410, in __call__
    return self.func(*args)
  File "C:\Users\manley\Desktop\man\testCapture.py", line 344, in runNuke
    np.communicate(why())
  File "C:\Users\manley\Desktop\man\testCapture.py", line 355, in why
    conn = nukeExternalControl.client.NukeConnection()
  File "C:\Python27\nukeExternalControl\client.py", line 45, in __init__
    raise NukeConnectionError("Connection with Nuke failed")
NukeConnectionError: Connection with Nuke failed




[quote="NathanR"]No. The nuke module is basically a set of Python bindings 
exposed by the Nuke application at runtime.

You can work around this by using an external control approach along the lines 
the one you’ve tried. Hugh has developed a nice socket-based solution you can 
find here: https://github.com/Nvizible/NukeExternalControl 
(https://github.com/Nvizible/NukeExternalControl)

-Nathan



_______________________________________________
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