Re: [PyKDE] pylupdate4 parse error on files with .pyw extension

2006-11-30 Thread Martin Kiebacher
Thank's for your quick info. I'am using the binaries, so i'll wait for a fix in the next official pyqt-release. martin 2006/11/29, Andreas Pakulat <[EMAIL PROTECTED]>: On 29.11.06 16:05:53, Martin Kiebacher wrote: > Hello list, > > when i try to create a .ts-f

[PyKDE] pylupdate4 parse error on files with .pyw extension

2006-11-29 Thread Martin Kiebacher
Hello list, when i try to create a .ts-file from my python-script with .pyw-extension, i'm getting the following error message from pylupdate4: XML error: Parse error at line 1, column 1 (error occurred while parsing element). form_04.pyw: Parse error in UI file A ts-file is being created, but

Re: [PyKDE] weird connectSlotsByName behavour with listWidget

2006-11-22 Thread Martin Kiebacher
Now i understand. Thank you for very much. Martin 2006/11/22, Phil Thompson <[EMAIL PROTECTED]>: On Wednesday 22 November 2006 1:40 pm, Martin Kiebacher wrote: > Hello list, > > i have done a small sample form with a lineEdit, listWidget and some > pushButtons. One of the p

[PyKDE] weird connectSlotsByName behavour with listWidget

2006-11-22 Thread Martin Kiebacher
Hello list, i have done a small sample form with a lineEdit, listWidget and some pushButtons. One of the pushButtons is used to delete the current selected listWidget-row. In the version which uses connectSlotsByName 2 rows of the listWidget are deleted, behaves like the clicked-signal is emittet