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" <[EMAIL PROTECTED]>
To: "Pablo Yabo" <[EMAIL PROTECTED]>; "PyQt" <[EMAIL PROTECTED]>
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 _javascript_ language.
>
> Huh?
>
>
 

Reply via email to