Re: [PyQt] Problems with QThreads and python threads

2007-08-01 Thread Phil Thompson
On Wednesday 01 August 2007 9:30 pm, Andrea Cimino wrote: > Hi There! > I have a questions and some problems related to PyQt4. > I am developing a PyQt4 application and i have some problems mixing PyQt4 > threads and python threads that's the situation: > from QThread class i start some python meth

Re: [PyQt] Problem with PyQt linking against static builds of Qt on Windows using MinGW

2007-08-01 Thread Phil Thompson
On Wednesday 01 August 2007 10:28 pm, Marvin Greenberg (P) wrote: > I've built qt 4.3 statically on windows using MinGW. Then (after > messing around with PyQt 4.2 for a while) found and downloaded the > updated PyQt 4.3. What I want is dynamically loadable PyQt python > modules, that simply incl

[PyQt] Problem with PyQt linking against static builds of Qt on Windows using MinGW

2007-08-01 Thread Marvin Greenberg (P)
I've built qt 4.3 statically on windows using MinGW. Then (after messing around with PyQt 4.2 for a while) found and downloaded the updated PyQt 4.3. What I want is dynamically loadable PyQt python modules, that simply include the static qt libraries. configure.py realizes I have statically

[PyQt] Problems with QThreads and python threads

2007-08-01 Thread Andrea Cimino
Hi There! I have a questions and some problems related to PyQt4. I am developing a PyQt4 application and i have some problems mixing PyQt4 threads and python threads that's the situation: from QThread class i start some python methods that launch other threads (some connections via urllib2). The

Re: [PyQt] installing PyQt4.3 on a mac

2007-08-01 Thread Phil Thompson
On Wednesday 01 August 2007 5:10 pm, [EMAIL PROTECTED] wrote: > i'm sorry but I use sip 4.7. does this work? if not, which does? SIP 4.7 and PyQt 4.3 work fine. Phil > Thanks, > Katja > > On Aug 1 2007, Phil Thompson wrote: > > On Wednesday 01 August 2007 1:30 pm, [EMAIL PROTECTED] wrote: > > >

Re: [PyQt] installing PyQt4.3 on a mac

2007-08-01 Thread Gerard Vermeulen
On 01 Aug 2007 17:12:37 +0100 [EMAIL PROTECTED] wrote: > > unfortunately, that does not change anything. > Which python are you using? I am using the Python-2.5 installer for Mac from www.python.org and everything works without any special options (SIP-4.7, PyQt-4.3 and PyQt-3.17.3) Gerard > >

Re: [PyQt] installing PyQt4.3 on a mac

2007-08-01 Thread K . Wegner
unfortunately, that does not change anything. thanks, katja On Aug 1 2007, Giovanni Bajo wrote: On 8/1/2007 2:30 PM, [EMAIL PROTECTED] wrote: > I tried to install the latest PyQt on a mac but the only error message > I got after running an PyQt example is "bus error". I installed Qt 4.3 >

Re: [PyQt] installing PyQt4.3 on a mac

2007-08-01 Thread K . Wegner
i'm sorry but I use sip 4.7. does this work? if not, which does? Thanks, Katja On Aug 1 2007, Phil Thompson wrote: On Wednesday 01 August 2007 1:30 pm, [EMAIL PROTECTED] wrote: > Hi, > > I tried to install the latest PyQt on a mac but the only error message I > got after running an PyQt exam

Re: [PyQt] Installation of PyQt4 in Windows

2007-08-01 Thread Tom Brown
On Tuesday 31 July 2007 15:48, Vláďa wrote: > Would it be possible to write a simple guide on installing PyQt in > Windows? This is a little old, but still relevant: http://iwiwdsmi.blogspot.com/2007/01/how-to-install-pyqt-41-python-25-and-qt_8340.html ___

Re: [PyQt] pyqt circular references & garbage collection

2007-08-01 Thread charles chen
Thanks Giovanni, That's very helpful. Charles. Giovanni Bajo <[EMAIL PROTECTED]> wrote: On mar, 2007-07-31 at 13:11 -0700, charles chen wrote: > >Thanks Phil for your help with our memory lapse. > >We've come across another issue: the Python garbage collector > isn't sussing ou

[PyQt] I stated the issue not quite clearly

2007-08-01 Thread Heinz A. Preisig
"moving twice as fast" should be augmented with "as it should". Thus the graphics item got the move event twice. - Heinz Preisig, Heinz A wrote: Hmmm, having installed the new version, the graphics items suddenly moved twice as fast over the screen. Adjusting the move-event handler fixed th

Re: [PyQt] installing PyQt4.3 on a mac

2007-08-01 Thread Giovanni Bajo
On 8/1/2007 2:30 PM, [EMAIL PROTECTED] wrote: I tried to install the latest PyQt on a mac but the only error message I got after running an PyQt example is "bus error". I installed Qt 4.3 (examples work) and Sip 4.6. Does anyone has an idea what does mean? In my little experience with Macs, I

Re: [PyQt] installing PyQt4.3 on a mac

2007-08-01 Thread Phil Thompson
On Wednesday 01 August 2007 1:30 pm, [EMAIL PROTECTED] wrote: > Hi, > > I tried to install the latest PyQt on a mac but the only error message I > got after running an PyQt example is "bus error". I installed Qt 4.3 > (examples work) and Sip 4.6. Does anyone has an idea what does mean? You shouldn

[PyQt] installing PyQt4.3 on a mac

2007-08-01 Thread K . Wegner
Hi, I tried to install the latest PyQt on a mac but the only error message I got after running an PyQt example is "bus error". I installed Qt 4.3 (examples work) and Sip 4.6. Does anyone has an idea what does mean? Thanks for any help in advance. Katja

Re: [PyQt] pyqt circular references & garbage collection

2007-08-01 Thread Giovanni Bajo
On mar, 2007-07-31 at 13:11 -0700, charles chen wrote: > >Thanks Phil for your help with our memory lapse. > >We've come across another issue: the Python garbage collector > isn't sussing out circular references properly. > >A previous post by you say that this should be working: >

Re: [PyQt] Installation of PyQt4 in Windows

2007-08-01 Thread Phil Thompson
On Tuesday 31 July 2007 11:48 pm, Vláďa wrote: > Hello, > > I found a tutorial on programming in PyQt and I'd like to try it, but > I'm having problems installing it on Windows. I downloaded the installer > which should, according to PyQt's website, contain everything needed. It does. > I > inst