[PyQt] pyqtdeploy : deploy windows console

Mathias.Born at gmx.de Mathias.Born at gmx.de
Wed Jan 28 21:11:07 GMT 2015


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 



More information about the PyQt mailing list