[PyKDE] error while creating c++ code for kio module

2004-05-04 Thread SOULfly_B
error while creating c++ code for kio module here is the output : -- PyKDE version 3.11.0 --- Python include directory is /usr/include/python2.3 Python version is 2.3.3 sip version is 4.0rc3 (4.0.0) Qt directory is /usr/lib/qt3/ Qt version is 3.2.3 PyQt directory

Re: [PyKDE] eric3 autocompletion problem

2004-05-04 Thread Detlev Offenbach
Am Montag, 3. Mai 2004 20:05 schrieb Christian Sell: Zitat von Detlev Offenbach [EMAIL PROTECTED]: Try the gen_python_api.py script. erm, you mean the one from the non-existant Tools directory? A few lines above I told you where to get it. Go get it and try it. Detlev -- Detlev Offenbach

Re: [PyKDE] eric3 first time user

2004-05-04 Thread Detlev Offenbach
Am Montag, 3. Mai 2004 20:08 schrieb Christian Sell: Zitat von Detlev Offenbach [EMAIL PROTECTED]: Did you select Run project or Run script. The first command will run the project's main script (you have to configure this in the project's properties), the later will run the current script

[PyKDE] Eric3 install problems...

2004-05-04 Thread Fernando Mesquita
Hi there, When I try to install eric3 I get the following error message: [EMAIL PROTECTED] eric-3.4.1]# python install.py Sorry, please install PyQt. Error: No module named qt but when I checked to see if PyQt was installed I got: [EMAIL PROTECTED] eric-3.4.1]# rpm -q PyQt PyQt-3.8.1-2 I also,

Re: [PyKDE] Eric3 install problems...

2004-05-04 Thread jul
Hi, you surely have to set and export your QTDIR environnement variable... If you installed Qt by rpm, your qt directory sould be someting like : /usr/share/qt-3.1.2-14 ($ rpm -ql qt to find it) Hope it helps... ++ jul. Fernando Mesquita wrote: Hi there, When I try to install eric3 I get

[PyKDE] Re: Python crash with qtsql.QSqlDatabase

2004-05-04 Thread Phil Thompson
On Tuesday 04 May 2004 12:48 am, Tuvi, Selim wrote: Not sure if this is a Qt bug or a PyQt bug but I am getting a crash on the last line of the following session (db.open()): from qt import * from qtsql import * a = QApplication() import sys a = QApplication(sys.argv) db =

[PyKDE] RE: Python crash with qtsql.QSqlDatabase

2004-05-04 Thread Tuvi, Selim
I was able to reproduce the problem with a C++ Qt app. I'll post a bug report with Trolltech support. Thanks -Selim Selim Tuvi, Research Engineering Group, SLAC GLAST, IT Online, MS 98 Tel:650-926-3376 Fax:650-926-4335 -Original Message- From: Phil Thompson [mailto:[EMAIL PROTECTED]

[PyKDE] Re: pykde menu on mac

2004-05-04 Thread michael ferraro
Yeah, you need to create a bundle that has the icons and other resource in a subdirectory of the .app directory. the easiest and probably the best way is to use the bundlebuilder package (I'm fairly sure it comes with the 2.3 shipped with Panther. here is the script I used. It contains usage