I’m sorry, but I’m totally new to wxpython…
I’ve started to update the old Python PAWS project (PAWS: Python Adventure Writing System (for Interactive Fiction, originally by Roger Plowman)) @ https://github.com/bschollnick/PAWS.
I’ve gotten to the point where the WXPython GUI is attempting to start, but is dying on the creation of the menu bar. I believe it’s due to it originally being wxpython 2? And there are compatibility issues with v4 of wxpython (trying to run outdated code).
Since I’m a newbie with wxpython, I decided to try to rebuild the GUI via wxGlide, and I suspect that I am totally missing something… The glide file is here @ https://github.com/bschollnick/PAWS/blob/0cbf5e00323a4bde0c7a2e773c6a896c07ff2126/PAWS/GlideTerminalFrame.xml.
I can’t get the menu bar to appear…?
Are there any wxpython folks that might want to spare a few minutes, and either point out where I’ve goofed? Or be interested in assisting in updating PAWS?
It’s a very nice system, but I’m surprised at some of the design choices that Roger originally went with…
Any help would be greatly appreciated… Just please be kind, I’ve barely scratched the wxPython documentation at this point.