Python based paramiko package acting up on Linux, code works fine on windows

2009-09-18 Thread flxkid
I've tried to post to the mailing list for paramiko and contact the author, but it seems he's having some mailing list problems. Anyways, I have this small example that works just fine on Windows against Python 2.6.2, but fails on Ubuntu against 2.6.2. Here is the code: import subprocess import

Re: Python based paramiko package acting up on Linux, code works fine on windows

2009-09-18 Thread flxkid
On Sep 18, 11:22 am, flxkid theflx...@gmail.com wrote: I've tried to post to the mailing list for paramiko and contact the author, but it seems he's having some mailing list problems.  Anyways, I have this small example that works just fine on Windows against Python 2.6.2, but fails on Ubuntu