[PyKDE] pyqt installation on SGI

2001-03-16 Thread Michel Grenier
Dear pyqt ML, I am a newbie with all python, qt and pyqt. I have successfully installed in my IRIX account python-2.0, qt-2.3.0... I am desperatly trying to install PyQt-2.3 without success... I am working on an SGI IRIX64 machine,

Re: [PyKDE] Documentation error

2001-03-16 Thread Phil Thompson
Jan Ekholm wrote: Hi, The docuemntation for PyQt at: http://www.thekompany.com/projects/pykde/pyqt_docs//x157.html refers to the wrong page for the page "Module Reference Documentation". It refers to x167.html when the correct is (I suppose) x176.html. Should now be fixed (x167.html

Re: [PyKDE] Dynamic layouts

2001-03-16 Thread Phil Thompson
Boudewijn Rempt wrote: On Wednesday 14 March 2001 07:16, I wrote: I haven't found a way to really delete individual widgets from a layout, yet, but as long as you keep an explicit reference to the middle layout you can call self.layout.deleteAllItems() and then add new items, I think.

Re: [PyKDE] PyKDE on RH7.0 - compile problems

2001-03-16 Thread Phil Thompson
Hirendra Hindocha wrote: Hi , I downloaded and installed Sip 2.3, PyQt-2.3 and now I'm trying to install PyKDE and running into compile problems . 2.2.16 on RH7.0 with Python1.5.2 and Qt 2.2.4 and KDE 2.1 with KDE 1 compat used here Here's the error - c++ -DHAVE_CONFIG_H -I. -I.

[PyKDE] How do I launch multiple threads?

2001-03-16 Thread Barbod Varjavandi
How do I launch multiple threads? I seem to have problem interacting with QT widgets from different Python threads. My application starts in C++ Py_Initialize() PySys_SetArgv(argc, argv); PyRun_SimpleFile(iPythonScript, PythonScript); in PythonScript app = QApplication( sys.argv) Generate my