You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyCrust apparently still exists, and can be installed via a pip install wx_py. But the import will still fail as written: PyCrust isn't a top-level import.
The text was updated successfully, but these errors were encountered:
On closer inspection, it looks as though PyCrust is dead, at least on Python 3. The PyPI homepage link is broken, and the wx_py source contains a number of Python 2-isms. A simple import wx_py fails on Python 3 (with ModuleNotFoundError: No module named 'buffer').
Sorry, I'm wrong: the wx_py PyPI package looks dead, but PyCrust is apparently alive and kicking and a part of wxPython. The following brings up a PyCrust shell for me:
There's a broken import in the wx
Shell
class, here:pyface/pyface/wx/shell.py
Line 195 in 35b57df
PyCrust apparently still exists, and can be installed via a
pip install wx_py
. But the import will still fail as written:PyCrust
isn't a top-level import.The text was updated successfully, but these errors were encountered: