Closed GoogleCodeExporter closed 8 years ago
EDIT:
the problem is in window/xlib/__init__.py at line 418:
xlib.XNextEvent(self._x_display, e)
doesn't return
Original comment by edoardo....@gmail.com
on 27 Apr 2014 at 5:20
I can't reproduce the problem here (Linux, Python 2.7.5). I get "window" and
then "run" on the terminal and the app doesn't hang.
Original comment by useboxnet
on 3 May 2014 at 9:04
Original comment by useboxnet
on 3 May 2014 at 9:05
I ran this:
import pyglet
print "window"
window = pyglet.window.Window()
print "run"
pyglet.app.run()
print "done"
And it worked fine under both Python 2.7 and 3.4. I got prints of "window" and
"run", and then the window appeared. When I hit the X in the upper right (or
escape), the window closed and then "done" printed. This seems like the
expected behavior. I wonder if there are some differences between my system
(Ubuntu 14.04) and Debian testing...?
Original comment by larson.e...@gmail.com
on 7 May 2014 at 6:31
Now I'm on an other system, a fresh install of Debian testing, (almost
identical, on the same pc) and everything works fine; but on the old one it
still does not work...
Original comment by edoardo....@gmail.com
on 7 May 2014 at 8:13
Are both systems up to date? I'm wondering if some bug in another package like
xorg might have been fixed in your new system. I'm not really sure what the
best way to diagnose the problem is. I assume both installs are using the same
set of graphics drivers, too...? Maybe one of the Pyglet devs has some idea (I
am just a user).
Original comment by larson.e...@gmail.com
on 7 May 2014 at 8:19
The one causing trouble, can you reinstall pyglet in case you installed it?
I'm a little bit lost here as I can't reproduce the issue.
Original comment by useboxnet
on 7 May 2014 at 8:23
Rebooted to the old system, and without upgrade anything for days now works on
both systems... I'll try to upgrade and change configuration of nvidia/intel
drivers... (I'm on an nvidia-optimus notebook)
Original comment by edoardo....@gmail.com
on 7 May 2014 at 9:01
Cool! I'm glad it works :)
I'm going to close the ticket, but please feel free to add any other
information you find or even re-open it if you think there's an actual issue!
Original comment by useboxnet
on 7 May 2014 at 9:14
Original issue reported on code.google.com by
edoardo....@gmail.com
on 27 Apr 2014 at 4:20