Humberto A Sanchez II

Results 58 comments of Humberto A Sanchez II

Does this only work for tkinter app. I put a Credits.rtf in my Resource directory and nothing happened. I have a wxPython app

I see what the key is here; You have to use the built-in ID_ABOUT identifier; Once I do that then the magic happens ```python self.Bind(wx.EVT_MENU, self.on_about_request, id=wx.ID_ABOUT) ```

BTW using wx.ID_EXIT on your File --> Exit handler will also magically move the quit/exit menu item to the OS X application menu ![Screen Shot 2020-12-22 at 10 18 00...

I would like this support

For me I use pyenv from homebrew; Then create a virtual environment like ``` python3 -m venv venv-pyenv-3.9.0 and source ./venv-pyenv-3.9.0/bin/activate pip3 install wxpython ``` the latest stable wxpython

I would be happy to be a co-maintainer on this project

Is this project still active?