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.

self_managed seems like a useful attribute. It’s not mentioned anywhere else in the package, but this implementation seems reasonable and maybe it works?

https://github.com/chriskiehl/re-wx/blob/882967e5cbe14a2b65f45b5cfccea3cccdb293f4/rewx/core.py#L86

component_will_unmount is never called anywhere, so this feature is not yet implemented.

https://github.com/chriskiehl/re-wx/blob/882967e5cbe14a2b65f45b5cfccea3cccdb293f4/rewx/core.py#L195

This re-wx package seems like the best cross-platform native GUI Python package on the internet. Or anyway, the least insane. Everything else is either web-based (Streamlit), or 20th-century object-oriented trash (QT for Python), or looks so horrible that you can’t distribute it to any users. (DearPyGUI).

But the Alpha Note on the README is not just false modesty. This package really is not yet reliable. Is there any possibility that you will resume your interest in this project @chriskiehl ? I would like to work on improvement to re-wx but my Python is bad and I don’t understand the code for re-wx as well as you. Reading the code, I feel like you had a roadmap for re-wx in your head, but you didn’t have time to work it all out. What are your thoughts on the future of this package?

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

The Python Tutorial — Python 3.11.1 documentation
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but ... Enriching Exceptions with...
Read more >
gym/core.py at master · openai/gym - GitHub
A toolkit for developing and comparing reinforcement learning algorithms. - gym/core.py at master · openai/gym.
Read more >
Efficiently Exploiting Multiple Cores with Python
By releasing the GIL in this fashion, Cython code can fully exploit all cores on a machine for computationally intensive sections of the...
Read more >
CPython Core Developers - Python Development (Victor's notes)
What is a CPython Core Developer? ... How to increase the number of core developers? Lists of Core developers; Statistics; Process to become...
Read more >
Python Programming Language - GeeksforGeeks
Python is a widely used, high-level programming language. Geeksforgeeks Python tutorial will help you learn Python with help of high quality ...
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