Re: [PyQt] PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Magnus Benjes
I was not aware that PyQt goes with mingw32 (what about VC9?). using mingw which came with Qt4.5 I could build SIP and PyQt (still compiling) successfully. this article was really helpful: http://diotavelli.net/PyQtWiki/BuildPyQt4Windows There is a build in binary incompatibility between the

[PyQt] QAbstractSocket usage problem, what am I doing wrong?

2009-05-17 Thread Jens Jorgensen
Hello, I have a small application that provides some glue between Skype and an external usb phone device. I originally wrote this application under gtk and am porting it to kde/qt. Everything worked fine under gtk so there's no problem with the non-framework-related logic. The phone has buttons

Re: [PyQt] QAbstractSocket usage problem, what am I doing wrong?

2009-05-17 Thread Jens Jorgensen
Jens Jorgensen wrote: Hello, I have a small application that provides some glue between Skype and an external usb phone device. I originally wrote this application under gtk and am porting it to kde/qt. Everything worked fine under gtk so there's no problem with the non-framework-related

Re: [PyQt] PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Andreas Pakulat
On 17.05.09 09:13:45, Magnus Benjes wrote: I was not aware that PyQt goes with mingw32 (what about VC9?). using mingw which came with Qt4.5 I could build SIP and PyQt (still compiling) successfully. this article was really helpful: http://diotavelli.net/PyQtWiki/BuildPyQt4Windows There is a

[PyQt] Re: PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Michael Held
Andreas Pakulat wrote: On 17.05.09 09:13:45, Magnus Benjes wrote: I was not aware that PyQt goes with mingw32 (what about VC9?). using mingw which came with Qt4.5 I could build SIP and PyQt (still compiling) successfully. this article was really helpful:

Re: [PyQt] Re: PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Phil Thompson
On Sun, 17 May 2009 13:51:13 +0200, Michael Held michael.h...@bc.biol.ethz.ch wrote: Andreas Pakulat wrote: On 17.05.09 09:13:45, Magnus Benjes wrote: I was not aware that PyQt goes with mingw32 (what about VC9?). using mingw which came with Qt4.5 I could build SIP and PyQt (still compiling)

Re: [PyQt] Re: PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Andreas Pakulat
On 17.05.09 13:51:13, Michael Held wrote: Andreas Pakulat wrote: On 17.05.09 09:13:45, Magnus Benjes wrote: I was not aware that PyQt goes with mingw32 (what about VC9?). using mingw which came with Qt4.5 I could build SIP and PyQt (still compiling) successfully. this article was really

Re: [PyQt] Infinite loop in signal bouding of PyQt when using threads.

2009-05-17 Thread Phil Thompson
On Thu, 14 May 2009 14:15:11 +0200, Alexis Boutillier alexis.boutill...@arteris.com wrote: Hi, We came in an infinite loop problem involving threads and PyQt. Sometimes, our python multi threaded program keep running at 100% of the CPU without doing anything nor displaying our widgets.

[PyQt] Re: PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Michael Held
Andreas Pakulat wrote: On 17.05.09 13:51:13, Michael Held wrote: Andreas Pakulat wrote: On 17.05.09 09:13:45, Magnus Benjes wrote: I was not aware that PyQt goes with mingw32 (what about VC9?). using mingw which came with Qt4.5 I could build SIP and PyQt (still compiling) successfully. this

Re: [PyQt] possible threading/locking bug in PyQt4 snapshots

2009-05-17 Thread Phil Thompson
On Mon, 11 May 2009 14:06:41 -0400, Darren Dale dsdal...@gmail.com wrote: Hello, I have attached a short script that I think demonstrates a bug in the PyQt4 snapshots. I expect the following output on the command line: 0 1 [...] 9998 complete The script runs as expected with

Re: [PyQt] Re: PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Andreas Pakulat
On 17.05.09 21:47:53, Michael Held wrote: Andreas Pakulat wrote: On 17.05.09 13:51:13, Michael Held wrote: Andreas Pakulat wrote: On 17.05.09 09:13:45, Magnus Benjes wrote: I was not aware that PyQt goes with mingw32 (what about VC9?). using mingw which came with Qt4.5 I could build SIP