Python Forum

Full Version: Can't install on Ubuntu 17.10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have tried many commands to install wxPython on Ubuntu 17.10 but no one seems to be working

Output:
>>> import wx Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/alex/.local/lib/python3.6/site-packages/wx/__init__.py", line 17, in <module> from wx.core import * File "/home/alex/.local/lib/python3.6/site-packages/wx/core.py", line 12, in <module> from ._core import * ImportError: libpng12.so.0: cannot open shared object file: No such file or directory >>>
Can you guys give me instructions on how I am supposed to install it correctly ?
Thanks in advance!
There is a related thread <here>. I hope it helps.
Thanks!