Hello,
I tried different options (what’s on the ‘downloads’ page of the site, via pip, using binary wheel from GitHub), neither worked.
I’m getting this error:
Error running configure
ERROR: failed building wxWidgets
Traceback (most recent call last):
File "/tmp/pip-install-4ukhis_k/wxpython_50473bbf0a274af18b3482d62e7b582c/build.py", line 1606, in cmd_build_wx
wxbuild.main(wxDir(), build_options)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-install-4ukhis_k/wxpython_50473bbf0a274af18b3482d62e7b582c/buildtools/build_wxwidgets.py", line 385, in main
exitIfError(wxBuilder.configure(dir=wxRootDir, options=configure_opts, env=env),
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"Error running configure")
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-install-4ukhis_k/wxpython_50473bbf0a274af18b3482d62e7b582c/buildtools/build_wxwidgets.py", line 70, in exitIfError
raise builder.BuildError(msg)
buildtools.builder.BuildError: Error running configure
Finished command: build_wx (0m3.237s)
Finished command: build (0m3.237s)
I’m confused. I don’t intend to work on the lib code. I only need the components.
But the ‘extras’ don’t even include a binary for 26.04.
Is it going to be published any time soon?