Hi!
I'm trying to write a small adesklet that will read newsfeeds. Here's
the code:
#
#
# fparser.py
#
# P. Kaminski <[EMAIL PROTECTED]>
# Time-stamp: <>
##
impor
OK, sorry, this was about indents. Stupid VIM!
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
Recently my company changed the system. It is better for the
management, but for us workers it is a nightmare. For example, we are
required to enter a huge database (nested) using a web form! Make one
mistake and you have to edit it and then use 4 mouse clicks, not
counting the time it takes
Hello,
I'm writing a small component for drawing, in PyQt4. Currently I'm
implementing undo/redo through Qt's framework. I create a list which
contains points, lines, etc. which appear as the user draws on the
screen. On every paint event the list is read, processed and drawn.
This way doing is jus