twisted and py2exe

2008-10-16 Thread Linnorm
I've written an app using twisted to create an ssh forwarding tunnel for our erp app. When I run it with the interpreter it works perfectly, but when I package it up with py2exe it looks like the tunnel never gets created. I don't get any exceptions during the build, but I do get the following:

paramiko and stackless

2008-10-09 Thread Linnorm
I've written a port forwarding wrapper with paramiko for an app we use and it works fine except that it consumes way too much processor. (i.e. 25% +) I'm trying to write a stackless-based server class to replace the threading one but I can't get the tunnel the wrapper creates to work for more