Re: [PyQt] how to launch a pyqt app from another pyqt app

2010-07-18 Thread Philippe Crave
Thanks, almost done! I use: subprocess.Popen(python pyro_launcher.py) it launch correctly my pyqt app that embed a Pyro server. I have 2 pyqt app. that's good, but when I quit the first one, it kills also pyro_launcher.py. I would like the pyro_launcher.py to still be alive. any idea ?

Re: [PyQt] how to launch a pyqt app from another pyqt app

2010-07-18 Thread Philippe Crave
solved using pythonw instead of python 2010/7/18 Philippe Crave philippe.cr...@gmail.com: Thanks, almost done! I use: subprocess.Popen(python pyro_launcher.py) it launch correctly my pyqt app that embed a Pyro server. I have 2 pyqt app. that's good, but when I quit the first one, it kills

Re: [PyQt] pip install pyqt error

2010-07-18 Thread Phil Thompson
On Sun, 18 Jul 2010 00:57:44 -0400, patx pat...@gmail.com wrote: When I try to use pip to install PyQt from PyPi. However I get an error saying there is no setup.py in the tarball it download. Maybe someone would fix this? Maybe its me? PyQt isn't a distutils package. Phil

Re: [PyQt] PyQt 4.7.4 compilation problems on Ubuntu 10.04

2010-07-18 Thread nick . efford
On , Phil Thompson p...@riverbankcomputing.com wrote: On Sat, 17 Jul 2010 23:11:23 +0100, Nick Efford nick.eff...@gmail.com 'make' phase fails when attempting to build QtHelp.so, with the following error message: /usr/bin/ld: cannot find -lXext Install the libxext-dev package. D'oh!

[PyQt] ANN: New eric 5.1 snapshot released

2010-07-18 Thread detlev
/projects/eric-ide/files/eric5/unstable/5.1-20100718 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] question about dip observe handler

2010-07-18 Thread Darren Dale
I am reading the dip documentation at http://www.riverbankcomputing.co.uk/static/Docs/dip/complete_example.html , and have a question about the following: dip will invoke an observe() handler when the value of an attribute is set, even if the new value is the same as the old one. We therefore use