Python Forum
[WxPython] Linux: No module named 'wx'
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[WxPython] Linux: No module named 'wx'
#14
Yes "pip install ..." and "sudo apt install ..." did run without errors.

pip list
made this output:
https://pastebin.com/19TXD3uU

pip -V:
Output:
pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
python -V:
Output:
Python 2.7.17
pip3 -V:
Output:
pip 19.2.3 from /usr/local/lib/python3.8/site-packages/pip (python 3.8)
python3 -V:
Output:
Python 3.8.2

But
Quote:sudo apt install libgstreamer-plugins-base0.10-dev

gives this error:
Error:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libgstreamer-plugins-base0.10-dev E: Couldn't find any package by glob 'libgstreamer-plugins-base0.10-dev' E: Couldn't find any package by regex 'libgstreamer-plugins-base0.10-dev'

And please don't forget my problem is with Python3, not Python2.

OK I tried something on my own:
Quote:pip3 list

and the output was:
Output:
Package Version ---------- ------- pip 19.2.3 setuptools 41.2.0 WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Reply


Messages In This Thread
Linux: No module named 'wx' - by PeterLinux - Mar-30-2020, 05:03 AM
RE: Linux: No module named 'wx' - by Larz60+ - Mar-30-2020, 10:24 AM
RE: Linux: No module named 'wx' - by PeterLinux - Mar-30-2020, 10:56 AM
RE: Linux: No module named 'wx' - by PeterLinux - Mar-30-2020, 12:29 PM
RE: Linux: No module named 'wx' - by joe_momma - Mar-30-2020, 11:43 PM
RE: Linux: No module named 'wx' - by buran - Mar-31-2020, 04:11 AM
RE: Linux: No module named 'wx' - by PeterLinux - Mar-31-2020, 10:56 AM
RE: Linux: No module named 'wx' - by buran - Mar-31-2020, 11:07 AM
RE: Linux: No module named 'wx' - by PeterLinux - Mar-31-2020, 11:36 AM
RE: Linux: No module named 'wx' - by buran - Mar-31-2020, 11:52 AM
RE: Linux: No module named 'wx' - by Larz60+ - Apr-01-2020, 04:39 PM
RE: Linux: No module named 'wx' - by PeterLinux - Apr-01-2020, 05:18 PM
RE: Linux: No module named 'wx' - by Larz60+ - Apr-02-2020, 01:48 AM
RE: Linux: No module named 'wx' - by PeterLinux - Apr-02-2020, 02:12 AM
RE: Linux: No module named 'wx' - by joe_momma - Apr-02-2020, 03:46 AM
RE: Linux: No module named 'wx' - by PeterLinux - Apr-02-2020, 04:55 AM
RE: Linux: No module named 'wx' - by buran - Apr-02-2020, 05:01 AM
RE: Linux: No module named 'wx' - by Larz60+ - Apr-02-2020, 06:22 AM
RE: Linux: No module named 'wx' - by buran - Apr-02-2020, 06:31 AM
RE: Linux: No module named 'wx' - by PeterLinux - Apr-02-2020, 09:41 AM
RE: Linux: No module named 'wx' - by buran - Apr-02-2020, 10:55 AM
RE: Linux: No module named 'wx' - by PeterLinux - Apr-02-2020, 12:04 PM
RE: Linux: No module named 'wx' - by snippsat - Apr-02-2020, 12:07 PM
RE: Linux: No module named 'wx' - by PeterLinux - Apr-02-2020, 12:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] ModuleNotFoundError: No module named 'PyQt5' matklt 2 16,852 Jun-02-2020, 07:05 AM
Last Post: Knight18
  [Kivy] ModuleNotFoundError: No module named 'kivy' Exsul 7 30,539 Mar-30-2019, 12:58 AM
Last Post: Exsul
  "ModuleNotFoundError: No module named '_tkinter' in Python 3.8 Alfa 0 programmerc 1 6,435 Oct-21-2018, 06:32 PM
Last Post: Larz60+
  PyGtk3, No Module Named gi, on python3.5 on Windows harun2525 8 34,678 May-19-2017, 01:30 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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