question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

It would be nice if there was a nice way to install TUIJam on Windows. Naively I tried doing just a

pip install tuijam

But 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.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:26 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
longtomjrcommented, Aug 23, 2019

Got busy at work - will try to get a WIP PR in this weekend. There is still some testing and other work that needs to be done. Cannot get the performance ready and there is some other issues that I will investigate once I get a bit more time. Will to to get the code visible though, so that people can start discussing it.

0reactions
longtomjrcommented, May 21, 2020

I have had a look, and cannot seem to find the code changes I did. Some of the details are a bit fuzzy. I know that there were several layers of incompatibility. There were some calls in urwid that were not compatible. I remember something about having to switch out the urwid window that were used by tuijam.

I think what I did, and what might be a good approach, might be to run the urwid examples in windows, and see if they work / what it takes to get them working. Also, if you run into anything in particular, feel free to ask, an error message or more specific issue might jog my memory.

When I have time later, I will see if I can find the changes I did, and see if there is anything useful. Will post if I find anything

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft Support
Microsoft support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft 365, Windows, Surface, and more....
Read more >
Contact
Contact Microsoft Support. Find solutions to common problems, or get help from a support agent.
Read more >
Microsoft Community
Welcome to the Microsoft Support Community. Need help? We've got answers! Search, browse, or ask a question. Choose where you want to search...
Read more >
End of support for Windows 7 and Windows 8.1
After January 10, 2023, Microsoft will no longer provide security updates or technical support for Windows 8.1. You might be able to upgrade...
Read more >
Windows 10 Home and Pro - Microsoft Lifecycle
Go here to learn more. Microsoft will continue to support at least one Windows 10 release until October 14, 2025. Support dates are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found