Vista security maze maybe?  make sure that vista is not locking all ports

On Mon, Sep 14, 2009 at 6:24 PM, AK Eric <[email protected]> wrote:

>
> I'm trying something I've used for years, on Maya2008\win2k:
>
> In maya:
> commandPort -n ":6000" -echoOutput;
>
> In Python (external to Maya):
> import socket
> maya = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
> maya.connect(("127.0.0.1", 6000))
>
> But I now get his error in Maya2010 64bit \ Vista
> socket.error: [Errno 10061] No connection could be made because the
> target machine actively refused it
>
> Any ideas?
>
> thx
>
> >
>


-- 
"A pit would not be complete without a Freeman coming out of it."
The Vortigaunt

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---

Reply via email to