Socket error problem
Peter Hansen
peter at engcorp.com
Sun Jun 9 09:29:02 EDT 2002
More information about the Python-list mailing list
Sun Jun 9 09:29:02 EDT 2002
- Previous message (by thread): Socket error problem
- Next message (by thread): Socket error problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
David LeBlanc wrote: > > I have this problem on windows where socket.socket(...) keeps returning > 10022, 'Invalid argument'. It's actually dieing in the > poplib.POP3.__init__(...) method. I have verified that host is reasonable > (mymail.myisp.net or something like that ;)), and port is 110. > > If I use the test script in poplib.__main__(...) with the correct host, user > and password, all is well, but if I call it from this other program i'm > trying to get working I get the above error. > > I can't figure out what's wrong - any pointers? As usual, post a traceback, or code snippets... don't make us guess what you're doing.
- Previous message (by thread): Socket error problem
- Next message (by thread): Socket error problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list