> 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
__
> > 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
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
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
> 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
> 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
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