Re: strange QLineEdit problem in PyQt

2011-03-16 Thread taco
taco wrote: ah, I solved it myself. for completeness reasons. I had upgraded python for reportlab which needed this python version, while still using a pyqt which was compiled for 2.6. After compilation and changing pythonpath to the right site-packages dir it's working > hi, > I

strange QLineEdit problem in PyQt

2011-03-16 Thread taco
cters back from the line. It's incomplete. How to retrieve the complete string? I don't need a signal for every typed character. taco -- http://mail.python.org/mailman/listinfo/python-list

Re: lock access to serial port

2008-03-19 Thread taco
rstand you well, but how about a server application which accepts 2 clients which can send messages which are output on the serial device? The serial device access protected with a mutex while receiving messages done in 2 threads or something. taco -- http://mail.python.org/mailman/listinfo/python-list