portable python
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Sat Oct 25 01:39:50 EDT 2008
More information about the Python-list mailing list
Sat Oct 25 01:39:50 EDT 2008
- Previous message (by thread): portable python
- Next message (by thread): Python/Django Developer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In message <f2e02b13-c6ff-485d-8c88-c03e34a40ea1 at z18g2000prn.googlegroups.com>, asit wrote: > from socket import * I think I'd make it a policy not to help with any scripts that contain wildcard imports. > status={0:"open",10049:"address not available",10061:"closed", > 10060:"timeout",10056:"already connected",10035:"filtered",11001:"IP > not found",10013:"permission denied"} I think these numbers are Dimdows error codes?
- Previous message (by thread): portable python
- Next message (by thread): Python/Django Developer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list