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/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to