Thanks for making this repo. This is the closest I've been to getting my project working on windows, natively without MSYS2 or Docker! It's super easy to build gstreamer, pygobject, pycairo etc. So ...
yes, It also mentions that there are several other ways to solve this problem: Modify the project file or source file, and disable the C4819 warning Modify the file content to avoid using illegal ...
import gobject def ThrowException(): raise Exception('Exception that won't exit') return False gobject.idle_add(ThrowException) l = gobject.MainLoop() print 'Starting mainloop' l.run() print 'This ...