Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2292
| Date | 2011-03-31 19:12 +0100 |
|---|---|
| From | <wisecracker@tesco.net> |
| Subject | Corrections... :/ |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.39.1301597172.2990.python-list@python.org> (permalink) |
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/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Corrections... :/ <wisecracker@tesco.net> - 2011-03-31 19:12 +0100
csiph-web