I want to import PyTango library
but it gives this error,please help me
>>> import PyTango
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\li b\site-packages\PyTang o\__init__.py", line 90, in <module>
raise ie
ImportError: DLL load failed: The specified module could not be found.
but it gives this error,please help me
>>> import PyTango
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\li b\site-packages\PyTang o\__init__.py", line 90, in <module>
raise ie
ImportError: DLL load failed: The specified module could not be found.
Comment