I'm trying to use Simics on Linux but I can't get the serial and graphical console windows to popup. The simics shell itself and the whole simulation seems to work. The only clue of what's going wrong I found by trying to use the win-about command. That gives me the following error:
`simics> win-about
Failed to load the wxPython module needed for the GUI to load.
Error message: "Failed importing the 'wx' module: partially initialized module 'wx' has no attribute 'version' (most likely due to a circular import)"`
I have wxPython package installed but it's probably not used anyway since simics comes with its own python and its packages. I've tried Arch Linux and Debian 12, system fully up to date. Any help really appreciated.
I've installed libcrypto.so.1, libffi.so.7 and wxPython. Everything seems to work except the GUI windows.