Re: [PyQt] libCrun on Solaris

2007-10-07 Thread Ulrich Berning
Jeremy Sanders wrote: Hi - I tried to compile PyQt-x1-gpl-4.3.1 under Solaris 10 with CC: Sun C++ 5.7 Patch 117830-11 2007/04/04 for Sparc. I compiled it against Qt-4.3.1. When I try to load an example PyQt program, it appears there are missing symbols: cass30:/data/store/jss/PyQt-x11-gpl-4

[PyQt] Python Threads and Qt threads

2007-10-07 Thread Nahuel Defossé
Hi! I'm writing a small front end for my azureus using dopal (Swing ui is not for me). The thing is, I need to perform some background tasks so I need to use threads. But, I have native python threads and also Qt threads. Seems like I should use Qt's threads since they are QObject's, and they'v

Re: [PyQt] pyuic expects certain property methods in Designer plugins

2007-10-07 Thread Arve Knudsen
On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Saturday 06 October 2007, Arve Knudsen wrote: > > On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > > On Saturday 06 October 2007, Arve Knudsen wrote: > > > > On 10/6/07, Phil Thompson <[EMAIL PROTECTED]> wrote: > > > > > On Friday