[Tutor] Help for Python connection problem. (original) (raw)
orbitz orbitz at ezabel.com
Thu Jul 29 23:14:12 CEST 2004
- Previous message: [Tutor] Help for Python connection problem.
- Next message: [Tutor] search function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Tutor] Help for Python connection problem.
- Next message: [Tutor] search function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]