-
-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overflow error with toga-demo on windows #53
Comments
Thanks for the report. Toga on Windows is fairly primitive - it hasn't got all the widgets necessary to handle the full toga-demo - so you haven't done anything wrong here. Windows is an area that I accept as important, but it's lower on my personal list of immediate priorities; if anyone is motivated to work on Windows support, especially if they have expertise on native Windows APIs, I'd deeply appreciate the help. |
I'm kind of a noob programmer but I like to tinker around. One of my goals is to help the user experience of Python on Windows. That said, I am a noob (maybe more like a higher level noob). If anyone can point me in a good direction for learning Windows APIs, I'll gladly do the footwork and begin contributing the best I can. Thanks ahead of time. |
@ginoskotheon If you're in a position to help out, that would be amazing! Unfortunately, I don't know where to point you for learning Windows APIs; I haven't used Windows in any serious capacity for many years now. I've got two suggestions for getting started - both from a "here's a goal" perspective. If you can get to that goal, I can point
For point (1), I'm assuming that having a C API invoked over For (2), see [pybee/Python-macOS-template] for an example for what I mean in a macOS context; I'm looking for the analog of that for windows, which may involve writing an installer script of some kind. I'm assuming WiX or NSIS will be needed here. |
@freakboy3742 Thanks for the response and the guidance. Exactly what I needed. I will begin putting in the time and thought. It will take me a while, probably. But I'm really pumped to help in anyway I can. And if anyone out there is better at this than I am, I would love to collaborate. |
Closing this ticket in favour of general improvement on toga-win32/toga-winrt |
Fresh install of toga-demo, with successful install of all dependencies. Running in anaconda on 64-bit windows 7 with 64-bit python. Toga-demo could not execute, threw an OverflowError and then an AttributeError -- see screenshot.
The text was updated successfully, but these errors were encountered: