[wingide-users] socket connect issues
chris botos
chris.botos at gmail.com
Tue Oct 20 14:23:42 MDT 2009
Hi all,
I am running wing 3.0.2-1 (rev 0) that I have compiled for Solaris.
I have a python program that starts a TCP/IP server on a C-thread.
Within the python program for testing I am trying to connect to the
server as a client with
fd= socket.socket ( socket.AF_INET, socket.SOCK_STREAM )
fd.connect((sereverip, 50000))
If I run the program within wing, the connect fails.
If I run it normally it connects.
Is there something special I have to do to wing to be able to do this
within the debugger?
Any help is most appreciated. I'm a socket programming newbie.
Regards,
Chris Botos
More information about the wingide-users
mailing list