Re: [paramiko] Problem with Solaris 5.9

2010-04-23 Thread Robey Pointer
On 13 Apr 2010, at 09:42, Marcin Krol wrote: Hello James, I swear it's real this time. :-) So I have this code: try: channel = transport.open_session() except Exception, e: return str(e) ..and I traced execution of the program in winpdb:

[paramiko] Problem with Solaris 5.9

2010-04-13 Thread Marcin Krol
Hello James, I swear it's real this time. :-) So I have this code: try: channel = transport.open_session() except Exception, e: return str(e) ..and I traced execution of the program in winpdb: 1. before channel = transport.open_session() I have