move your pyglet dir from pyglet-svn to the same directory where the EVENT_LOOP.py is. That way the script will use pyglet svn version.
On Oct 30, 6:42 pm, "Colin Bean" <[EMAIL PROTECTED]> wrote: > I'm immediately getting this on OSX 10.4/Intel: > > ===================================================================== > ERROR: test_d1_50_d05 (__main__.EVENT_LOOP) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "tests/app/EVENT_LOOP.py", line 59, in test_d1_50_d05 > self.t_scheduled(.1, 50, 0.05) > File "tests/app/EVENT_LOOP.py", line 36, in t_scheduled > platform_event_loop = pyglet.app.platform_event_loop > AttributeError: 'module' object has no attribute 'platform_event_loop' > > Don't know whether the test is even important for this platform, but > that seems to be preventing it from running. > > Colin > > On Thu, Oct 30, 2008 at 5:42 AM, Alex Holkner <[EMAIL PROTECTED]> wrote: > > > If you are one of the people who have encountered issues with > > scheduling accuracy in pyglet, please take a couple of minutes to run > > this test case on your computer. Your feedback would be especially > > helpful if you are running Windows, which apparently had some serious > > issues for some people in the past (though not all). > > > To run the test case, check out the latest revision of pyglet from SVN > > (instructions at code.google.com/p/pyglet/source/checkout) and run > > > python tests/app/EVENT_LOOP.py > > > Note that this version of pyglet is not stable and so not suitable for > > development -- don't install it. > > > The test case will take no longer than 30 seconds to run. If the test > > case fails, please try it again. This sort of timing test case is > > bound to fail from time to time, due to nondeterminism in the > > operating system. You may need to quit background processes such as > > games or messaging software if you get repeated failures. > > > After trying the test case at least 5 times and getting _no_ > > successes, please copy the output of one of the runs and email me. If > > it passes at least once, there's no need to email me. > > > Cheers > > Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
