Elia Otito

Results 2 issues of Elia Otito

This is my completed code below: import gi gi.require_version('Gtk','3.0') from gi.repository import Gtk,GLib import threading import pyglet import mutagen.mp3 as tag class AudioPlayer: def __init__(self): #Initializing Builder Objects self.builder= Gtk.Builder()...

platform_event_loop.start() File "C:/msys64/mingw64/lib/python3.8/site-packages/pyglet/app/win32.py", line 89, in start raise RuntimeError('EventLoop.run() must be called from the same ' + RuntimeError: EventLoop.run() must be called from the same thread that imports pyglet.app Below...