[PyKDE] [ANN] New repository for non-official Debian packages

Hans-Peter Jansen hpj at urpla.net
Tue Nov 26 00:03:00 GMT 2002


Hi Ric,

On Monday 25 November 2002 23:01, Tom Jenkins wrote:
>
> I installed python2.2-qtext which pulled in libqscintilla0.  However the
> installation failed with:
>
> Setting up python2.2-qtext (3.4+20021122-1) ...
> Traceback (most recent call last):
>    File "<string>", line 1, in ?
>    File "/usr/lib/python2.2/site-packages/qtext.py", line 28, in ?
>      import libqtextc
> ImportError: libqscintilla.so.0: cannot open shared object file: No such
> file or directory
> dpkg: error processing python2.2-qtext (--configure):
>   subprocess post-installation script returned error exit status 1
>
> i looked at libqscintilla0's files and there are only /usr/share/doc
> files; no actual so's.  did i miss something or is this a problem with
> the package?

FJI: This one hit me today, too. Well not me, but another guy told me...

I was missing this module in _PyQt_:

%{python_site}/qtext.py
%{python_site}/libqtextcmodule.so
%{python_site}/libqtextcmodule.so.1
%{python_site}/libqtextcmodule.so.1.0
%{python_site}/libqtextcmodule.so.1.0.0

It's noted in NEWS, btw.

Cheers,
Hans-Peter




More information about the PyQt mailing list