Seems that the problem is with checkinstall, a utility for creating RPMs
from packages that require a "make install" step. I ran "make install"
without using checkinstall on sip and PyQt and it is working now.

Alan

> ----------
> From:         Jonathan Gardner[SMTP:[EMAIL PROTECTED]]
> Sent:         16 August 2001 08:05
> To:   Alan Bowden
> Subject:      Re: [PyKDE] Run time problem with PyQt 2.5
> 
> On Thursday 16 August 2001 07:29 am, you wrote:
> <snip>
> > The error changed to the following:
> >     Traceback (most recent call last):
> >       File "iws.py", line 19, in ?
> >           import qt
> >       File "/opt/PyQt-2.5/qt/qt.py", line 44, in ?
> >           import libqtc
> >     ImportError: No module named libqtc
> >
> > qt.py includes libqtc, but I have searched the entire disk and
> > there is no libqtc.py file. There is a libqtc.so file and I assume
> > that the python binding to this is what is missing.
> >
> > What can I try next to resolve this?
> >
> 
> It looks like, at first glance, that the 'make install' didn't complete 
> successfully when you installed 2.5. There should be a 'qt.py' script 
> somewhere along the python path, and near that there should be a 
> 'libqtcmodule.so' and friends.
> 
> The other problem may be that the python path is not configured correctly.
> 
> 
> Jonathan
> 

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to