a strange SyntaxError

2007-12-09 Thread CoolGenie
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

Re: a strange SyntaxError

2007-12-09 Thread CoolGenie
OK, sorry, this was about indents. Stupid VIM! -- http://mail.python.org/mailman/listinfo/python-list

automated web with python?

2009-05-31 Thread CoolGenie
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

efficient undo/redo in pyqt

2009-06-15 Thread CoolGenie
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