[PyKDE] ImportError

Pablo Yabo pyabo at novamens.com
Thu Jul 24 17:13:01 BST 2003


I need to write an application in c++ that loads .ui files and I want to
write scripts for that .ui definitions in python. So, I load the script
using:

pModule = PyImport_Import(pName);

and the script containg only a line:
from qt import *
and the error reported is:

"ImportError: No module named libsip"

----- Original Message ----- 
From: "Frederick Polgardy Jr" <polgardy at bodacion.com>
To: "Pablo Yabo" <pyabo at novamens.com>; "PyQt" <pykde at mats.imk.fraunhofer.de>
Sent: Thursday, July 24, 2003 11:03 AM
Subject: Re: [PyKDE] ImportError


> On Thursday 24 July 2003 08:57 am, Pablo Yabo wrote:
> > I'm trying to extend qt code in c++ using scripts written in python
> > accessing the objects as a java script language.
>
> Huh?
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20030724/f9f1e8f5/attachment.html


More information about the PyQt mailing list