How do I embed Python script in C++?<br>
<br>
For example, how do I get a Python extended widget in a C++ application?<br>
<font style="font-family: courier new,monospace;" size="1">QWidget* widget = getMyPythonWidgetFromThisFile(&quot;MyWidget.py&quot;, &quot;MyWidget&quot;);<br>
</font><br>
I know how to do this with Boost.Python easily, but have no clue to do this with PyQt/SIP. <br>
<br>
This would be important to start writing the QtDesigner integration.<br>
<br>
Thanks.<br>
<br>
--<br>
Eric Jardim<br>