Open GoogleCodeExporter opened 9 years ago
[deleted comment]
How is it behaving when running the cefclient.exe sample browser from
the command line prompt?
Original comment by czarek.t...@gmail.com
on 17 Jun 2013 at 6:35
No error popup is shown.
Naively speaking: may be this is because cefclient.exe is a substantive exe,
while python scripts rely on cmd.exe during execution and throw an uncaught
exception when it terminates?
Original comment by eugeny.blokhin@gmail.com
on 18 Jun 2013 at 12:48
Have you tried running some other Python GUI app, for example a wxPython
app from command-line prompt and whether the error also appears?
Original comment by czarek.t...@gmail.com
on 18 Jun 2013 at 10:27
[deleted comment]
I have tried a simple GTK widget
(http://ralph-glass.homepage.t-online.de/clock/clock.py) and a set of PySide
examples (https://github.com/PySide/Examples). They all open a DOS box in
Windows, along with application window. Being closed, this DOS box produces no
errors.
Cannot you reproduce my error on your environment?
Original comment by eugeny.blokhin@gmail.com
on 20 Jun 2013 at 9:24
Right now I hang out more on Ubuntu (I really loved their font smoothing,
it's relaxing for my eyes), but when I switch to Windows I will try to
debug this thing. I remember this error happening to me too in the past,
but it's not much priority, as this only affects when developing your
application, right? Your user won't launch the appplication from the
command line?
Original comment by czarek.t...@gmail.com
on 20 Jun 2013 at 9:37
In principle, you're right. However, the feeling of bug out there on Windows is
nasty :)
Original comment by eugeny.blokhin@gmail.com
on 20 Jun 2013 at 10:10
Original issue reported on code.google.com by
eugeny.blokhin@gmail.com
on 17 Jun 2013 at 6:26