Skip to content

Unable to install on Linux with wxPython 4.2.0 #10

Description

@return215

First of all, I understand if Linux is not officially supported and that is fine. I am here just to share my experience.

I encountered an issue trying to compile from source on Fedora 37 with Python 3.11. When running poetry install, I ran into this issue (wxWidgets/Phoenix#2225) where attrdict module was not imported properly (for non-Windows installs only) with wxPython version 4.2.0 for the reason I can only shake my head with.

After changing the pyproject.toml to use the correct version (4.2.1), the issue went away, as mentioned in wxWidgets/Phoenix#2225 (comment).

[tool.poetry.dependencies]
wxPython = "^4.2.1"

UPDATE:
The only offending dependency remaining in my system was the GTK+ dev. After installing gtk3-devel for wxPython to compile, the program runs well and it can analyze the simfiles in Linux.

TL;DR: please update wxPython to 4.2.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions