<div dir="ltr"><div><div><div>thank you all for your help :)<br><br></div>problem solved<br><br></div>for any one having this problem try first to include the correct console <span class="">Character Mapping Codec</span></div>in pyqtdeploy in my case it was "Lib/encodings/cp720.py"<br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 29, 2015 at 5:52 AM, Ilya Kulakov <span dir="ltr"><<a href="mailto:kulakov.ilya@gmail.com" target="_blank">kulakov.ilya@gmail.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">We have a windows 8 app built with console enabled and linked against msvcrt 2013. We have output there.<br>
<div class=""><div class="h5"><br>
> On 29 янв. 2015 г., at 3:11, <a href="mailto:Mathias.Born@gmx.de">Mathias.Born@gmx.de</a> wrote:<br>
><br>
> Hi,<br>
><br>
> this may not apply, but there is a bug in the MS runtime,<br>
> which will be fixed in Visual Studio 14.<br>
><br>
> <a href="http://bugs.python.org/issue17797" target="_blank">http://bugs.python.org/issue17797</a><br>
><br>
> It means you'll have no stdin/out/err. Instead, the<br>
> interpreter will cause an abort during initialization,<br>
> which may be silent in your setup.<br>
><br>
> You can fix this yourself by changing the Python code<br>
> as described in the bug report.<br>
><br>
> Best Regards,<br>
> Mathias<br>
><br>
><br>
><br>
><br>
>> On 28.01.2015, 12:46:17 MOHAMED BLACK wrote:<br>
>> hi ,<br>
><br>
>> i need some help deploy simple windows console app with pyqtdeploy<br>
><br>
>> test.py<br>
>> x=input("Enter Your Name :")<br>
>> print("Welcom %s !"%x)<br>
><br>
>> when deploy test.py script with "use console (windows)" checked<br>
>> the app build successfully and when running no input or output?<br>
><br>
>> win xp sp3<br>
>> python 3.4.2<br>
>> qt 5.4<br>
>> latest snapshot pyqtdeploy --> rev/3e720ddb5784<br>
>> latest snapshot sip pyqt<br>
><br>
>> thanks in advance<br>
><br>
> _______________________________________________<br>
> PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
> <a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></div></div></blockquote></div><br></div></div>