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
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
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
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?
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
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
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