Re: [PyKDE] Installing eric3 on Ubuntu

2006-01-27 Thread Fabio Spelta
> think you missed python-qtext package? No, it's installed: [EMAIL PROTECTED] # apt-get install python-qtext Reading package lists... Done Building dependency tree... Done python-qtext is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. -- Fabio __

Re: [PyKDE] Installing eric3 on Ubuntu

2006-01-26 Thread Fabio Spelta
> > On synaptic, use eric package and not eric3 package I miss something. I installed everything you wrote, but I get: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/eric/eric3.py", line 15, in ? from qt import QTextCodec, SIGNAL, SLOT, qApp ImportError: cannot imp

[PyKDE] Custom slots with Qt Designer 4.1

2006-01-25 Thread Fabio Spelta
I've seen how to associate signals to slots in the qt3 edition of Qt Designer, and then how to write python functions that implements these methods. It seems (http://www.qtcentre.org/forum/showthread.php?t=34) that designer 4.1 does not allow to associate custom slots to signals, so I'm wondering i

Re: [PyKDE] Installing PyQt4 on (k)ubuntu

2006-01-24 Thread Fabio Spelta
Thank you for your reply, which solved my problems. > How about: pyuic4 --help? Use the -x Option and then you can just do a Nice to know about it. Since I cannot find documentation about PyQt4 (the "doc" folder in the latest PyQt snapshot is empty!) I'm wondering which parts of the "old" PyQt d

Re: [PyKDE] Installing PyQt4 on (k)ubuntu

2006-01-24 Thread Fabio Spelta
> How about python configure.py -q /usr/local/Trolltech/Qt-4.1.0/ , if not give > Qt 4.1 a prefix like configure --prefix=/usr/qt/4 Now it works, thank you very much. I created a .ui interface with the Qt4 designer and I converted it to .py with pyuic4. Too bad I can't find the right way to creat

Re: [PyKDE] Installing PyQt4 on (k)ubuntu

2006-01-20 Thread Fabio Spelta
> Make sure the Qt 4.1.0 bin directory is on your PATH. Done (I needed to put it at the beginning of the PATH string, elsewhere it didn't find the right binaries anyhow). It could be pehraps useful to suggest that, straight in the configure.py error message? The previous message I got (about QMAK

[PyKDE] Installing PyQt4 on (k)ubuntu

2006-01-20 Thread Fabio Spelta
I am new in Qt and Python, so I have no background in compiling sip and all the like to get PyQt working. I'm wondering if there is a tutorial or a step by step guide to accomplish the job. I have installed all the ubuntu packages that could be related (her, that's what I hope): python2.4-sip-dev