<HTML>
<HEAD>
<TITLE>Re: [PyQt] SIP: Where is the generated python wrapper code?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>You are too used to SWIG. &nbsp;SIP doesn&#8217;t generate &#8220;python wrapper code&#8221;, it just generates C++ code that turns into a dynamically linked library that you load.<BR>
<BR>
For example:<BR>
<BR>
swig:<BR>
QtWidgets.py<BR>
_QtWidgets.so<BR>
<BR>
SIP:<BR>
QtWidgets.so<BR>
<BR>
Brian<BR>
<BR>
On 3/19/09 6:13 PM, &quot;Magnus Benjes&quot; &lt;<a href="magnus.benjes@googlemail.com">magnus.benjes@googlemail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Arial">Hello, <BR>
I have used SWIG for several years. Now I want to change to SIP. But I did not manage to run even the simplest example from the reference guide. When I tried the &quot;Word&quot; example there was a lot of C++ Code created, but no Python wrapper code. <BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">Where is the generated Python wrapper code?<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">I am using Pythonxy on Windows XP.<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"> <BR>
</FONT><FONT FACE="Arial">Regards,<BR>
Magnus Benjes<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><BR>
</FONT></SPAN></BLOCKQUOTE>
</BODY>
</HTML>