Re: PyQt on Mac OS X

2005-12-13 Thread Diez B. Roggisch
Fredrik Lundh wrote: > Michael McGarry wrote: > >> I am using the default Python installation that comes with Mac OS X >> Tiger. I want to use the Qt module. How can I install the Qt module? > > http://pdb.finkproject.org/pdb/search.php?summary=pyqt > > ? No, that's the X11 version. -- Regar

Re: PyQt on Mac OS X

2005-12-13 Thread Michael McGarry
Thanks, that worked. -- http://mail.python.org/mailman/listinfo/python-list

Re: PyQt on Mac OS X

2005-12-13 Thread Fredrik Lundh
Michael McGarry wrote: > I am using the default Python installation that comes with Mac OS X > Tiger. I want to use the Qt module. How can I install the Qt module? http://pdb.finkproject.org/pdb/search.php?summary=pyqt ? -- http://mail.python.org/mailman/listinfo/python-list

Re: PyQt on Mac OS X

2005-12-13 Thread Kevin Walzer
Michael McGarry wrote: > Hi, > > I am using the default Python installation that comes with Mac OS X > Tiger. I want to use the Qt module. How can I install the Qt module? > > Qt is already installed. > > Michael > See http://sourceforge.net/projects/pyqt-mac -- http://mail.python.org/mailman

PyQt on Mac OS X

2005-12-13 Thread Michael McGarry
Hi, I am using the default Python installation that comes with Mac OS X Tiger. I want to use the Qt module. How can I install the Qt module? Qt is already installed. Michael -- http://mail.python.org/mailman/listinfo/python-list

Re: PyQt on MAC OS X

2004-12-15 Thread Ronald Oussoren
On 14-dec-04, at 0:42, Michael McGarry wrote: Kevin, thanks that did the trick!!! One problem is my Window created in Qt appears underneath all others on the screen and focus never goes completely onto this window. Kind of weird. Any ideas? Did you use pythonw to start your script? If you use th

Re: PyQt on MAC OS X

2004-12-14 Thread whamoo
dMichael McGarry <[EMAIL PROTECTED]> wrote: > > You must use pythonw for graphics application =) > > So launch the script with pythonw instead of python ;-) > > > Thanks using pythonw did the trick. > > I appreciate everyone's help. ;-) Happy programming with your mac and python -- Whamoo ww

Re: PyQt on MAC OS X

2004-12-13 Thread Michael McGarry
whamoo wrote: Michael McGarry <[EMAIL PROTECTED]> wrote: thanks that did the trick!!! One problem is my Window created in Qt appears underneath all others on the screen and focus never goes completely onto this window. Kind of weird. Any ideas? You must use pythonw for graphics application =) So

Re: PyQt on MAC OS X

2004-12-13 Thread glenn andreas
In article <[EMAIL PROTECTED]>, Michael McGarry <[EMAIL PROTECTED]> wrote: > One problem is my Window created in Qt appears underneath all others on > the screen and focus never goes completely onto this window. Kind of weird. > > Any ideas? > If the application is not properly bundled you wi

Re: PyQt on MAC OS X

2004-12-13 Thread Michael McGarry
Kevin Walzer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've assembled a binary installer for the native version of PyQt. See http://www.wordtech-software.com/pyqt-mac.html I built it on Panther. Not sure if it will work on Jaguar, but you're welcome to give it a try. Michael McGarry wro

Re: PyQt on MAC OS X

2004-12-13 Thread Michael McGarry
glenn andreas wrote: In article <[EMAIL PROTECTED]>, Michael McGarry <[EMAIL PROTECTED]> wrote: One problem is my Window created in Qt appears underneath all others on the screen and focus never goes completely onto this window. Kind of weird. Any ideas? If the application is not properly bund

Re: PyQt on MAC OS X

2004-12-13 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael McGarry wrote: | Kevin Walzer wrote: | | I've assembled a binary installer for the native version of PyQt. See | http://www.wordtech-software.com/pyqt-mac.html | | I built it on Panther. Not sure if it will work on Jaguar, but you're | welcome t

Re: PyQt on MAC OS X

2004-12-13 Thread whamoo
Michael McGarry <[EMAIL PROTECTED]> wrote: > > thanks that did the trick!!! > > One problem is my Window created in Qt appears underneath all others on > the screen and focus never goes completely onto this window. Kind of weird. > > Any ideas? You must use pythonw for graphics application =)

Re: PyQt on MAC OS X

2004-12-13 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've assembled a binary installer for the native version of PyQt. See http://www.wordtech-software.com/pyqt-mac.html I built it on Panther. Not sure if it will work on Jaguar, but you're welcome to give it a try. Michael McGarry wrote: | Hi, | | I'm tr

Re: PyQt on MAC OS X

2004-12-13 Thread Phil Thompson
> Hi, > > I'm trying to get PyQt up and running under Mac OS X 10.2.8, but > can't get past configuring sip. > > I installed fink's qt3-3.2.3-2 and restarted my shells to get > qt3's environment variables QTDIR and QMAKESPEC. > > I downloaded sip-4.1 from > http://www.river-bank.demon.co.uk, > unpa

PyQt on MAC OS X

2004-12-13 Thread Michael McGarry
Hi, I'm trying to get PyQt up and running under Mac OS X 10.2.8, but can't get past configuring sip. I installed fink's qt3-3.2.3-2 and restarted my shells to get qt3's environment variables QTDIR and QMAKESPEC. I downloaded sip-4.1 from http://www.river-bank.demon.co.uk, unpacked it, ran pytho