Application crashes on Gtk.Window.show_all
All-In-One PyGI/PyGObject for Windows Installer
Status: Abandoned
Brought to you by:
tumagonx
Attached is an application that I minimized to contain only the parts that creates the problem. The app starts fine on Sabayon Linux but crashes with pygobjectwin32 in Windows 10. What could be the issue?
I traced the lines that are executed and the crash happens in crashing/gui/application.py on line 40 (self.window.show_all). The crash shows itself in the form of a small dialog window (attached). My translation is: "python.exe doesn't work anymore" and "The program wasn't executed correctly because of a problem. The program will be closed and you are notified when a solution is found".
Python: 3.4.4 64 bit
Pygobjectwin32: 3.18.2_rev11
Crash window
Hi, any information on this? I need to get this app working on Windows soon. I could also use msys2, like quodlibet does for example. But looking at their windows installer script, it looks like a big PITA. The only PITA-less way I see at the moment, is to switch to pyqt. But that would make a very sad gnome.
pyqt it shall be :-(