[PyQt] pyqtdeploy : deploy windows console

MOHAMED BLACK bl3a3ck at gmail.com
Thu Jan 29 08:14:49 GMT 2015


thank you all for your help :)

problem solved

for any one having this problem try first to include the correct
console Character
Mapping Codec
in pyqtdeploy in my case it was "Lib/encodings/cp720.py"

On Thu, Jan 29, 2015 at 5:52 AM, Ilya Kulakov <kulakov.ilya at gmail.com>
wrote:

> 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
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150129/e179c8fc/attachment.html>


More information about the PyQt mailing list