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
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
> Keywords: python serial
>
Great, I needed exactly this information ( pyserial) . Thanks a lot ;)
--
http://mail.python.org/mailman/listinfo/python-list
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).
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
##