Corrections... :/
wisecracker at tesco.net
wisecracker at tesco.net
Thu Mar 31 14:12:33 EDT 2011
Sorry but I typed that loy in manually so:-
# Linux...
if sys.platform == "linux2":
# myportnumber = raw_input(......
should read:-
myportnumber = raw_input(......
# Similarly for Windows...
if sys.platform == "win32":
# myportnumber = raw_input(........
should also read:-
myportnumber = raw_input(........
Sorry about that chap...
--
73...
Bazza, G0LCU...
Team AMIGA...
http://homepages.tesco.net/wisecracker/
http://main.aminet.net/search?readme=wisecracker
http://mikeos.berlios.de/
More information about the Python-list
mailing list