Python Forum
[WxPython] Can't install on Ubuntu 17.10
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[WxPython] Can't install on Ubuntu 17.10
#1
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!
Reply
#2
There is a related thread <here>. I hope it helps.
Reply
#3
Thanks!
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020