-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
It would be nice if there was a nice way to install TUIJam on Windows. Naively I tried doing just a
pip install tuijamBut the dependent version of scrypt failed to compile. I changed to the latest version and that worked. Next, there is a problem with PyGObject which requires, from what I can tell, the GTK+ runtime to be installed for it to work properly. According to the docs installing this involves installing mingw, which I'd really like to avoid. One alternative would be to simply drop the use of PyGObject on windows since it's just used for the external control and on windows maybe a different system that GObject is preferred anyway.