Sry the error is : ImportError: DLL load failed: The specified procedure could not be found.
2016-01-04 16:24 GMT+01:00 Justin GD <[email protected]>: > Hi all, > > I try to execute a writeGeo node in a script using the nuke module outside > of Nuke. > > I get a new file exported but loose the animation information. > > I use this : > nuke.execute(writeGeo,int(startFrame), int(endFrame)) > > Also, I do get this error which is most likely linked to my problem : > > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "C:/Program Files/Nuke9.0v7/plugins\nukescripts\__init__.py", line > 22, in <module> > from nukeprofiler import * > File "C:/Program Files/Nuke9.0v7/plugins\nukescripts\nukeprofiler.py", > line 2, in <module> > import socket > File "C:\Python27\lib\socket.py", line 47, in <module> > import _socket > ImportError: DLL load failed: the specified module could not be found > > Since I can export using a writeGeo inside of Nuke, I assume this is a > library conflict but not really on how to solve this. > > I use the python interpreter of Nuke situated in C:\Program > Files\Nuke9.0v7\python.exe on my windows machine (64 bits) > > Has anyone ever experienced this ? > > Thanks, > Justin >
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
