Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DLL load failed
#1
I have successfully ran:
pip install --upgrade matplotlib
and then I wrote in my simple Python program:
from matplotlib import pyplot
I got:
DLL load failed: The specified module could not be found.
Stack trace:
> File "D:\tempx\pythonapplication1\<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
> File "D:\tempx\pythonapplication1\<frozen importlib._bootstrap_external>", line 678, in exec_module
> File "D:\tempx\pythonapplication1\<frozen importlib._bootstrap>", line 665, in _load_unlocked
> File "D:\tempx\pythonapplication1\<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
> File "D:\tempx\pythonapplication1\<frozen importlib._bootstrap>", line 971, in _find_and_load
> File "D:\Tempx\pythonapplication1\pythonapplication1.py", line 4, in <module>
> from matplotlib import pyplot
Loaded '__main__'

What I have done wrong ?

I'm sorry for these simple questions, but I am stuck here and I don't know how to overcome this error .... I don't see what I am doing wrong ...

Thank you for every hint/help hand,
Reply


Messages In This Thread
DLL load failed - by flaviu2 - Sep-29-2020, 05:42 PM
RE: DLL load failed - by snippsat - Sep-29-2020, 06:45 PM
RE: DLL load failed - by flaviu2 - Sep-30-2020, 08:35 AM
RE: DLL load failed - by snippsat - Sep-30-2020, 03:50 PM
RE: DLL load failed - by flaviu2 - Oct-01-2020, 01:28 PM
RE: DLL load failed - by snippsat - Oct-01-2020, 02:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed attempts to load Microsoft Appstore Python DLLs piyushd 0 520 Oct-31-2023, 10:43 AM
Last Post: piyushd
  ImportError:DLL Load Failed after importing scipy.sparse.linalg sea_jam 0 2,424 Jul-31-2020, 01:54 AM
Last Post: sea_jam
  python import sybpydb error: DLL load failed: The specified module could not be found andieDu 3 7,797 Apr-04-2018, 06:58 AM
Last Post: Larz60+
  Load spatialite in Python 3.6 on Win10 failed RTFirefly 1 5,502 Feb-19-2018, 09:59 PM
Last Post: RTFirefly
  mportError: DLL load failed: jarthda 8 8,242 May-19-2017, 09:59 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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