PyQT and Eric

Günter Szolderits g.szolderits at gmx.at
Wed Apr 16 15:17:10 EDT 2003


Daniele Trovato wrote:

> @Günter
>>Install PyQt sources and recompile. Fixed the problem for me
> I will try it, but I'm not an expert in recompile sources an installing
> it.

It's quite easy:

1. install the source package with YaST
2. go to /usr/src/packages/SOURCES and unpack the PyQt package
   (tar xjf PyQt-x11-gpl-3.5.tar.bz2)
3. cd into the PyQt-x11-gpl-3.5 directory
4. run "python build.py"
5. su (must be root for make)
6. run "make"
7. run "make install"

Maybe you have to install other packages as well because of dependencies
(qt-devel?).

Good luck,
Günter




More information about the Python-list mailing list