[PyQt] pyqtdeploy : deploy windows console

Phil Thompson phil at riverbankcomputing.com
Tue Jan 27 18:03:39 GMT 2015


On 23/01/2015 11:46 am, 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
> 

I can't reproduce this - works fine for me.

Phil


More information about the PyQt mailing list