<!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" &lt;<A 
href="mailto:polgardy@bodacion.com">polgardy@bodacion.com</A>&gt;<BR>To: "Pablo 
Yabo" &lt;<A href="mailto:pyabo@novamens.com">pyabo@novamens.com</A>&gt;; "PyQt" 
&lt;<A 
href="mailto:pykde@mats.imk.fraunhofer.de">pykde@mats.imk.fraunhofer.de</A>&gt;<BR>Sent: 
Thursday, July 24, 2003 11:03 AM<BR>Subject: Re: [PyKDE] 
ImportError<BR><BR><BR>&gt; On Thursday 24 July 2003 08:57 am, Pablo Yabo 
wrote:<BR>&gt; &gt; I'm trying to extend qt code in c++ using scripts written in 
python<BR>&gt; &gt; accessing the objects as a java script 
language.<BR>&gt;<BR>&gt; Huh?<BR>&gt;<BR>&gt;<BR>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>