Re: [Fab-user] Getting fatal error 'No handlers could be found for logger paramiko.transport'

2009-08-14 Thread HÃ¥kan Waara
I'm on the latest canonical git, i.e. the URL that is mirrored from fabfile.org. Specifically this revision: git://fabfile.org/ fabric@71a01cd960b50b2ce5ffd2faa6fcf3b7b98bb60b I'll try with Paramiko 1.7.4 next. I've attached my fabfile.py to this mail (with user and hosts scrubbed out,

Re: [Fab-user] Getting fatal error 'No handlers could be found for logger paramiko.transport'

2009-08-14 Thread Christian Vest Hansen
Good you got it solved. The 'No handlers could be found for logger paramiko.transport' message doesn't look terribly telling about the cause, but I suppose it is caused by paramiko trying to log the real cause of the error (that env.user should be a simple string) and failing because no log

Re: [Fab-user] Getting fatal error 'No handlers could be found for logger paramiko.transport'

2009-08-13 Thread Jeff Forcier
Hi Hakan, Any chance you can try downgrading Paramiko to 1.7.4? I've not used 1.7.5 yet and I'm not sure if many others have, and it could be a bug introduced by that new version. When you say you're on the latest git, I assume you mean you're on the master branch? -Jeff On Thu, Aug 13, 2009

Re: [Fab-user] Getting fatal error 'No handlers could be found for logger paramiko.transport'

2009-08-13 Thread Jeff Forcier
Hi again, I've just set up a virtualenv with Paramiko 1.7.5 and I can't recreate this, even with the same call you're specifying (cd dir ; hg up). Does this occur for you every time and always on that same line? Is this the first line in your fabfile, i.e. do other run() calls work fine but this