Hi
I ran python script on my windows and I got this error below ,how can I fix it?
I'm using python 2.7.3
from pyasn1.codec.der import decoder
ImportError: No module named pyasn1.codec.der
Hi
I ran python script on my windows and I got this error below ,how can I fix it?
I'm using python 2.7.3
from pyasn1.codec.der import decoder
ImportError: No module named pyasn1.codec.der
Install module pyasn1 https://pypi.python.org/pypi/pyasn1 . You can probably install it by typing
pip install pyasn1
in a terminal.
It works.
Thanks
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.