What is s_host and i_port? If the IP exists but port is inaccessible, you’ll get an error like that.
>>> import socket>>> sock = socket.socket(socket.AF_INET, >>> socket.SOCK_STREAM)>>> sock.connect(("localhost", 1)) # 1 is not available Traceback (most recent call last): File "<stdin>", line 1, in <module> File "c:\Python27\lib\socket.py", line 228, in meth return getattr(self._sock,name)(*args) socket.error: [Errno 10061] No connection could be made because the target machine actively refused it On 29 May 2018 at 08:26, Rémi Deletrain <remi.deletr...@gmail.com> wrote: > Hi Justin, > > No it's the opposite that I'm trying to do, connected Maya to RV. > RV has a valid settings for accept connection from Maya2014, so I think is > a same settings for Maya2018. > > -- > 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 python_inside_maya+unsubscr...@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/python_inside_maya/adc4f9cf-5922-4ebb-8642- > 402c2ec5db28%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/adc4f9cf-5922-4ebb-8642-402c2ec5db28%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 python_inside_maya+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmODNwRX%3DHYYOvYPHr4Er7zPPXqsh%3DHThBATMsS6xDKN%2B6g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.