Avihoo Ilan
Avihoo Ilan
I noticed that if you place a breakpoint just before the place this error occurs, EventLoop is defined and if you step over the code it behaves as expected. I...
Looking at window_sdl2.py again, I noticed EventLoop is imported within the create_window function in the WindowSDL class: ```python # auto add input provider Logger.info('Window: auto add sdl2 input provider') from...
Oh, if I had to put my two cents on this, please don't couple this library with C++ 😟 Having said that, complex matrix eigendecomposition as I've recently discovered can...