<div dir="ltr"><div>thanks Phil for your reply :)<br></div><div>i used the last snapshot but got stuck at deploy windows console app with stdin/stdout <br>i hope you can help me with it<br><a href="http://www.riverbankcomputing.com/pipermail/pyqt/2015-January/035424.html">http://www.riverbankcomputing.com/pipermail/pyqt/2015-January/035424.html</a><br></div><div> </div><div><div><div class="gmail_extra">thanks for the great PyQt and pyqtdeploy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 26, 2015 at 4:14 PM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 14/01/2015 10:16 am, MOHAMED BLACK wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
hi Phil<br>
<br>
finally i was able to make the Qt wiggly.py exaple to combile with latest<br>
snapshot pyqtdeploy/rev/d2ded3218072 with the help of build-sysroot.py<br>
<br>
so can you make some sort of gui configuration to configure the qmake *.pro<br>
file<br>
so we can add:<br>
win32:RC_ICONS += MyIcon.ico<br>
VERSION = 0.4.0.1<br>
QMAKE_TARGET_COMPANY = MyCompany<br>
QMAKE_TARGET_PRODUCT = MyProduct<br>
QMAKE_TARGET_DESCRIPTION = MyProduct is for ...<br>
QMAKE_TARGET_COPYRIGHT = copyright 2015<br>
</blockquote>
<br></span>
There is now a "qmake" tab where you can add this.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
and is there a way to build sqlite with python 3.4.2 i think it has the<br>
same bug as struct "PyVarObject_HEAD_INIT()"?<br>
</blockquote>
<br></span>
What is the problem exactly? As far as I can tell sqlite calls PyVarObject_HEAD_INIT() properly.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
and what about my other *.pyd files do i put them with my .exe file<br>
dir/subdir or i have to embed them in the .exe<br>
</blockquote>
<br></span>
If they have to stay as .pyd files (rather than being compiled statically) then they have to be kept separate from your .exe file. You also need to use a separate Python DLL (rather than compiling Python statically). You can use the Python DLL from the Windows installer from <a href="http://python.org" target="_blank">python.org</a> if you want.<br>
<br>
Phil<br>
______________________________<u></u>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.<u></u>com/mailman/listinfo/pyqt</a></blockquote></div><br></div></div></div></div>