Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install wxPython phoenix for python 3.6

I have been trying to install wxPython phoenix for python 3.6 and nothig works.

I have tried: 1) using pip install 2) downloading tar/whl files and extracting its wx folder to installation folder (tried on different types of files).

Both didnt work. If someone succeded please let me know.

Thank you.

like image 429
Ben Avatar asked Aug 24 '26 11:08

Ben


1 Answers

They just released wxPython 4.0 (the first Phoenix release) the wxPython source archive.

Get it by typing:

For windows:

pip install -U wxPython

For Linux:

pip install -U \
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 \
wxPython

Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!