Hi everyone,

For my animators I've created a tool for launch a motion capture movie 
reference in RV from maya scene file name and I connecting RV to Maya. With 
this tool it's possible to compare movie and animation juste with maya 
animation timeLine.
It's perfecly works in Maya 2014.

But with Maya 2018 I have a problem with python socket module. When i used 
socket.connect() i have this error:
    
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.connect((s_host, i_port))

    [Errno 10061] No connection could be established because the target 
computer explicitly refused.


I search on internet a reason or/and solution but I don't found it...
Anyone have an idea ?

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/c4f9ebbd-ac5d-4c16-a0e3-0c307e4797ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to