[PyQt] pyqtdeploy : deploy windows console
Ilya Kulakov
kulakov.ilya at gmail.com
Thu Jan 29 03:52:02 GMT 2015
We have a windows 8 app built with console enabled and linked against msvcrt 2013. We have output there.
> On 29 янв. 2015 г., at 3:11, Mathias.Born at gmx.de wrote:
>
> Hi,
>
> this may not apply, but there is a bug in the MS runtime,
> which will be fixed in Visual Studio 14.
>
> http://bugs.python.org/issue17797
>
> It means you'll have no stdin/out/err. Instead, the
> interpreter will cause an abort during initialization,
> which may be silent in your setup.
>
> You can fix this yourself by changing the Python code
> as described in the bug report.
>
> Best Regards,
> Mathias
>
>
>
>
>> On 28.01.2015, 12:46:17 MOHAMED BLACK wrote:
>> hi ,
>
>> i need some help deploy simple windows console app with pyqtdeploy
>
>> test.py
>> x=input("Enter Your Name :")
>> print("Welcom %s !"%x)
>
>> when deploy test.py script with "use console (windows)" checked
>> the app build successfully and when running no input or output?
>
>> win xp sp3
>> python 3.4.2
>> qt 5.4
>> latest snapshot pyqtdeploy --> rev/3e720ddb5784
>> latest snapshot sip pyqt
>
>> thanks in advance
>
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
More information about the PyQt
mailing list