Re: [PyQt] PyQt on OSX Snow Leopard notes

2009-09-13 Thread William Kyngesburye
On Sep 13, 2009, at 6:18 PM, William Kyngesburye wrote: I was able to get it past qtdirs by adding make overrides for CXX and LINK in the make command, adding arch flags (I couldn't figure out how to override these from qmake), but then there were a lot more config tests that failed for the

Re: [PyQt] PyQt on OSX Snow Leopard notes

2009-09-13 Thread William Kyngesburye
On Sep 13, 2009, at 6:12 AM, Phil Thompson wrote: I've added a --arch option to SIP's configure.py. It may be specified any number of times. PyQt's configure.py will also use the information. I've added a --use-arch option to PyQt's configure.py to tell it to use arch in the pyuic4 wrapper

Re: [PyQt] Pop-Up

2009-09-13 Thread David Boddie
On Sun Sep 13 20:56:15 BST 2009, Marcus Tenório. wrote: > I search in the documentation and dont find it, i have a check box, and i > want to when i click in there, show me another window Connect the check box's clicked() signal to the other window's show() slot. David _

[PyQt] Pop-Up

2009-09-13 Thread Marcus Tenório .
Hello again, I search in the documentation and dont find it, i have a check box, and i want to when i click in there, show me another window Thks. -- Marcus Tenório "And I Know, even as we face this hungry beast and his corps, he may take our lives here today, but he will never take everything

Re: [PyQt] PyQt on OSX Snow Leopard notes

2009-09-13 Thread William Kyngesburye
On Sep 13, 2009, at 6:12 AM, Phil Thompson wrote: On Fri, 11 Sep 2009 10:00:39 -0500, William Kyngesburye wrote: It's not so much a problem of Qt supporting Snow (yes, the mkspec problem, but it seems to be minor), but supporting OSX 64bit, which covers both Leopard AND Snow. The standard C

[PyQt] ANN: New eric 4.4 snapshot released

2009-09-13 Thread Detlev Offenbach
rd to the various browsers - added a little context menu to the find files dialog - updated coverage.py to version 3.0.1 It is available via http://sourceforge.net/projects/eric-ide/files/eric4/unstable/20090913 Regards Detlev -- Detlev Offenbach det...@die-offenbac

Re: [PyQt] PyQt on OSX Snow Leopard notes

2009-09-13 Thread Phil Thompson
On Fri, 11 Sep 2009 10:00:39 -0500, William Kyngesburye wrote: > On Sep 11, 2009, at 8:57 AM, Phil Thompson wrote: > >> On Fri, 4 Sep 2009 09:13:08 -0500, William Kyngesburye >> wrote: >>> For those trying this, here's what I found so far: >>> >>> - gcc compiles 64bit by default now, which will

[PyQt] trouble quitting application

2009-09-13 Thread Soumen banerjee
Hi, Im new to PyQt4 and im having fun using it. but ive run into a bit of a problem. I cant quit the application. The application has 2 modules. The gui module(gui.py) and then the main program(main.py) heres gui.py: from PyQt4 import QtCore, QtGui import sys from subprocess import Popen class Ui_