hello u have installed the thonny. new to python. all other common statements worked.
it gives following error pls can someone help.
Traceback (most recent call last):
File "C:\Users\munjm\Documents\python\p10.py", line 1, in <module>
import matplotlib.pyplot as plt
File "C:\Users\munjm\AppData\Local\Programs\Thonny\lib\site-packages\matplotlib\pyplot.py", line 29, in <module>
import matplotlib.colorbar
File "C:\Users\munjm\AppData\Local\Programs\Thonny\lib\site-packages\matplotlib\colorbar.py", line 32, in <module>
import matplotlib.artist as martist
File "C:\Users\munjm\AppData\Local\Programs\Thonny\lib\site-packages\matplotlib\artist.py", line 14, in <module>
from .transforms import (Bbox, IdentityTransform, TransformedBbox,
File "C:\Users\munjm\AppData\Local\Programs\Thonny\lib\site-packages\matplotlib\transforms.py", line 39, in <module>
from matplotlib._path import (affine_transform, count_bboxes_overlapping_bbox,
ImportError: DLL load failed: The specified module could not be found.