[Tutor] Help for Python connection problem.

orbitz orbitz at ezabel.com
Thu Jul 29 23:14:12 CEST 2004


Look at the socket module.
Such questions are usually a good sign that you shouldn't be attempting 
what you are.


Olavi Ivask wrote:

> example:
>
> file.py
>
> #! /usr/bin/python2.3
>
> import os
>
> print "Starting...."
>
> os.system('telnet mudlib.anarres.org 5000')
>
>
>
> olavi ivask
>
>
> W X Liu wrote:
>
>> Hi,
>>
>> I want to write a program in Python to connect MUD client at 
>> mudlib.anarres.org port:5000 for my bot, but I do not know how to 
>> connect it ( just simply say hello to people on the MUD). Anyone can 
>> help?
>>
>> W X
>>
>>
>> _______________________________________________
>> Tutor maillist  -  Tutor at python.org
>> http://mail.python.org/mailman/listinfo/tutor
>>  
>>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>



More information about the Tutor mailing list