-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello!
I am working on Python3 support in a branch here: https://github.com/Cabalist/Comix/tree/pygobject
Python 3 requires PyGObject which in turn requires GTK3. There are a lot of bumps but I currently have a version that opens and reads a comic. There are a ton of graphical glitches, broken features and the like but core functionality is there and the application starts in both Python2 and Python3.
This is targetting Python 2.7+ and Python 3.3+. It requires Pillow and PyGObject installed.
I'd love some feedback on it and/or help migrating PyGTK -> PyGObject.
I'm currently running through workflows and fixing crashes. There are a bunch of TODOs in the code where I have pulled out troublesome functionality. This isn't a pull request because of the number of issues in the current branch but I am curious about feedback from the current maintainer who may have more experience with GTK than me. 😄
Thanks!