Problems with conch examples
[email protected] Mon, 08 Mar 2010 03:19:28 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from cratuki <None>:
I was looking at conch examples found at http://twistedmatrix.com/documents/current/conch/examples/#auto2 on 20100307.
Problems:
1) Numbered links in first section of page don't navigate to new pages.
2) demo_draw doesn't work. It mentions insult dependencies in the stack trace. This may have been modified when someone thought they were working on demo_insults.trac.
3) For the last four, the service starts, but a telnet to the port gives the following output:
{{{
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
SSH-2.0-Twisted
####
#f#ju##p#
1diffie-hellman-group1-sha1ssh-rsa#aes256-ctr,aes256-cbc,aes192-ctr,aes192-cbc,aes128-ctr,aes128-cbc,cast128-ctr,cast128-cbc,blowfish-ctr,blowfish-cbc,3des-ctr,3des-cbc#aes256-ctr,aes256-cbc,aes192-ctr,aes192-cbc,aes128-ctr,aes128-cbc,cast128-ctr,cast128-cbc,blowfish-ctr,blowfish-cbc,3des-ctr,3des-cbchmac-sha1,hmac-md5hmac-sha1,hmac-md5 none,zlib none,zlib#;Hk
}}}
It's unclear how to proceed past this.
4) It would be good to mention dependencies for the scripts in the files. I did this to get them working:
. easy_install pyCrypto
. easy_install pyasn1
----------
Type : defect
Component: core
Keywords :
Priority : normal
Nosy :
----------
http://twistedmatrix.com/trac/ticket/4358