Paramiko, termios - interactive shell connection.

2008-10-19 Thread Pawel Gega
S11:37 0:00 | \_ sshd: pgega root 4745 0.0 0.9 33768 2252 ?Ss 11:37 0:00 \_ sshd: [accepted] Do you see anything worng with my script ? Here is the source code: Regards, Pawel Gega ##

Re: Can local function access local variables in main program?

2007-11-03 Thread Pawel
Stargaming wrote: > You can make this work using the `global` statement:: > > >>> def foo(): > ... global x > ... print x > ... x = 0 Is there any way to disable global for x? Something like that: >>> x = 12345 >>> def foo(): ... global x ... print x ... no

Bug in the documentation (?)

2006-09-09 Thread Pawel Oleksik
Hi, Snake Tamers According to http://www.python.org/doc/2.4.1/lib/typesseq-strings.html (and next releases): """ The conversion types are: Conversion Meaning Notes [...] x Unsigned hexadecimal (lowercase).

Visual Report Editor

2006-02-16 Thread Pawel
plan to buy Qt and make visual layer of application using Qt. I'm making businessplan soI have to decide which tool will be useful. Is Qt best choice, maybe I should buy something different? Pawel -- http://mail.python.org/mailman/listinfo/python-list

Re: access to serial port

2005-02-02 Thread Pawel Chrobak
> Keywords: python serial > Great, I needed exactly this information ( pyserial) . Thanks a lot ;) -- http://mail.python.org/mailman/listinfo/python-list