I have done some basic screen scraping with the telnetlib provided in the Python Standard Library. It works fine, but when you get into terminal emulation, trying to screen scrape and program a script that understands the escape codes gets a bit more difficult. It would be great if I could see my script run on a real terminal and debug it from a user perspective.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kįri Haršarson Sent: Thursday, November 15, 2001 10:35 AM To: [EMAIL PROTECTED] Subject: RE: Controlling win32 application Sounds like you might be wanting to cross the lake to get water. A Telnet app is nothing but a GUI on top of a socket on port number 21. It would be more expedient to open the socket on port 21, write to it as if it were a file and read the results back the same way. Best regards, Kari Hardarson _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython