Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51534

Re: Pyglet on Python3.x, problems

Newsgroups comp.lang.python
Date 2013-07-29 17:47 -0700
References <cc9a7c29-5851-48ea-b2e1-22c5192071cf@googlegroups.com> <mailman.5290.1375141508.3114.python-list@python.org>
Message-ID <7a49a3ab-070f-4c5f-baea-9faf4fc3a6f7@googlegroups.com> (permalink)
Subject Re: Pyglet on Python3.x, problems
From John Ladasky <john_ladasky@sbcglobal.net>

Show all headers | View raw


Grrrr.  Ian, thank you, you gave me a clue.  I thought I was being careful about avoiding local imports.  I just removed the tests directory from inside the pyglet-1.2alpha1 directory and tried running it from its new location.  That got rid of the error message which was displaying uncorrected Python 2.x code, and now I am running tests.

I'm getting one problem.  After a few tests run, I can't close a window.  I am normally closing each interactive test with the ESC key.  But when that fails I try clicking with the mouse.  This also fails.  This broken behavior appears to be triggered when the window created by pyglet overlaps my terminal window and thereby steals the focus.  Any idea why that might be happening?

The GIF problem in animation.py persists in Python 3.3.  I tried it in Python 2 as you suggested, and it works there.  Odd.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Pyglet on Python3.x, problems John Ladasky <john_ladasky@sbcglobal.net> - 2013-07-29 15:04 -0700
  Re: Pyglet on Python3.x, problems Joshua Landau <joshua@landau.ws> - 2013-07-30 00:14 +0100
    Re: Pyglet on Python3.x, problems John Ladasky <john_ladasky@sbcglobal.net> - 2013-07-29 17:34 -0700
  Re: Pyglet on Python3.x, problems Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-29 17:44 -0600
    Re: Pyglet on Python3.x, problems John Ladasky <john_ladasky@sbcglobal.net> - 2013-07-29 17:47 -0700
      Re: Pyglet on Python3.x, problems Chris Angelico <rosuav@gmail.com> - 2013-07-30 02:38 +0100

csiph-web