Hi!

I have the following issue.
After upgrading my toolchain from 32 bit to 64 bit I upgraded pyglet 1.1.4 
to pyglet 1.2.4. After all my program (which uses pyglet video player) 
crashes with the following error

Caught exception in background:
Traceback (most recent call last):
  File "c:\Users\Me\background_pyglet.py", line 88,
in _run_pyglet_thread
    event_loop.run()
  File 
"C:\Users\ext-bognara\AppData\Local\Continuum\Miniconda2\envs\pytch\lib\s
ite-packages\pyglet\app\base.py", line 131, in run
    platform_event_loop.start()
  File 
"C:\Users\ext-bognara\AppData\Local\Continuum\Miniconda2\envs\pytch\lib\s
ite-packages\pyglet\app\win32.py", line 95, in start
    'thread that imports pyglet.app')
RuntimeError: EventLoop.run() must be called from the same thread that 
imports p
yglet.app
Restarting background event loop


and stays in a forever loop. I tried to figure out what can cause the 
problem but I failed. My program remained the same only pyglet (and other 
modules) was upgraded.
I am working on a 64bit windows computer with 64bit python and pyglet uses 
avbin v8 64bit.
Can somebody tell me what causes the problem and why?

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to