Re: [PyQt] RE : Re: DLL Problem with PyQt-Py3.1-gpl-4.7.3-1.exe

2010-06-18 Thread Eric Coetzee
I don't see any further messages in this thread, so I assume that 2.6.5 works for all using PyQt 4.7.3. I still have a problem though: Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license" for more information. from PyQ

Re: [PyQt] Fwd: PyQT/Sip installation

2010-05-09 Thread Eric Coetzee
Thanks Phil, That was the problem. I had to actually include MinGW/bin directory in path. It seems to have worked now - I don't see any errors. eC On 9 May 2010, at 09:05, Phil Thompson wrote: On Sat, 8 May 2010 22:56:53 +0100, Eric Coetzee wrote: When I follow these steps Mr

[PyQt] Fwd: PyQT/Sip installation

2010-05-08 Thread Eric Coetzee
When I follow these steps Mrugesh listed below, I get the following when running C:\MinGW\bin\mingw32-make.exe: mingw32-make[1]: Entering directory `X:/Downloads/sip-4.10.2/sipgen' makefile:29: warning: overriding commands for target `.c.o' makefile:26: warning: ignoring old commands for target

Re: [PyQt] Can QCheckBox state be set without triggering stateChanged?

2010-04-20 Thread Eric Coetzee
On 20 Apr 2010, at 19:51, Doug Bell wrote: Eric Coetzee wrote: Hi, I have a situation where I want to set the state of a checkbox while inside the method that handles the stateChanged event. But I don't want QCheckBox.stateChanged(state) to be triggered again. Can this be done?

[PyQt] Can QCheckBox state be set without triggering stateChanged?

2010-04-20 Thread Eric Coetzee
Hi, I have a situation where I want to set the state of a checkbox while inside the method that handles the stateChanged event. But I don't want QCheckBox.stateChanged(state) to be triggered again. Can this be done? eric ___ PyQt mailing list

Re: [PyQt] SIP install - 'Permission denied' error on Mac 10.4

2009-10-11 Thread Eric Coetzee
On 10 Oct 2009, at 19:59, Hans-Peter Jansen wrote: Am Samstag 10 Oktober 2009 schrieb Eric Coetzee: I am a PyQT newb trying to install on OS X. From the docs, it seems I must first install SIP using the following commands: 1. python configure.py 2. make 3. make install But is get

[PyQt] SIP install - 'Permission denied' error on Mac 10.4

2009-10-10 Thread Eric Coetzee
I am a PyQT newb trying to install on OS X. From the docs, it seems I must first install SIP using the following commands: 1. python configure.py 2. make 3. make install But is get "permission denied" during the make install. The documentation says "Depending on your system you may require r