<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>I need to write an application in c++ that loads .ui files
and I want to<BR>write scripts for that .ui definitions in python. So, I load
the script<BR>using:<BR><BR>pModule = PyImport_Import(pName);<BR><BR>and the
script containg only a line:<BR>from qt import *<BR>and the error reported
is:<BR><BR>"ImportError: No module named libsip"<BR><BR>----- Original Message
----- <BR>From: "Frederick Polgardy Jr" <<A
href="mailto:polgardy@bodacion.com">polgardy@bodacion.com</A>><BR>To: "Pablo
Yabo" <<A href="mailto:pyabo@novamens.com">pyabo@novamens.com</A>>; "PyQt"
<<A
href="mailto:pykde@mats.imk.fraunhofer.de">pykde@mats.imk.fraunhofer.de</A>><BR>Sent:
Thursday, July 24, 2003 11:03 AM<BR>Subject: Re: [PyKDE]
ImportError<BR><BR><BR>> On Thursday 24 July 2003 08:57 am, Pablo Yabo
wrote:<BR>> > I'm trying to extend qt code in c++ using scripts written in
python<BR>> > accessing the objects as a java script
language.<BR>><BR>> Huh?<BR>><BR>><BR>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>