socket error 10061

Peter Hansen peter at engcorp.com
Thu Sep 11 07:39:21 EDT 2003


Bill Loren wrote:
> 
> Upon running my program via the command line I get the above error.
> Weirder is the fact that upon running the same code from within
> ActiveState's PythonWin's
> IDE - I get no error and the code smoothly completes its running.

When posting questions of this nature, please include the traceback
if there is one, or cut and paste the exact error right from your
screen, along with the failing code section (for context).

To find what 10061 means, import errno and type

  errno.errorcode[10061]

-Peter




More information about the Python-list mailing list