<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi all,<br>
<br>
I got very excited last month when I learned more about Twisted @
EuroPython. Now that I finally have some free time, I wanted to learn
how to use it.<br>
I'm working on Windows XP with Python 2.2.2 and Twisted 1.0.5 and 1.0.6.<br>
As I am reading through the HOWTOs I wanted to try out each example.<br>
Already at the first example I'm having problems.<br>
I ran mktap.py telnet -p 4040 <code class="shell"> -u admin -w admin.<br>
Then I ran twistd.py -f telnet.tap and the application seems to run.<br>
When I telnet to port 4040 on localhost I get a prompt for the username
and for the password. After entering them I don't get a Python prompt
at all.<br>
<br>
Am I doing something wrong? Don't all parts of twisted run on Windows?
If so, what does and what doesn't?<br>
<br>
Thanks in advance,<br>
<br>
Rudy<br>
</code>
</body>
</html>