Home > other >  Python2.7 ImportError: DLL load failed: could not find the specified module.
Python2.7 ImportError: DLL load failed: could not find the specified module.

Time:10-08


Traceback (the most recent call last) :
The File "C: \ Users \ SAM JD \ Desktop \ \ python - exe \ osrtp \ osrtp py", line 7, in & lt; module>
The from tushare import get_realtime_quotes
The File "C: \ Python27 \ lib \ site - packages \ tushare \ set py", line 11, the in & lt; module>
The from tushare. Stock. Trading import (get_hist_data get_tick_data,
The File "C: \ Python27 \ lib \ site - packages \ tushare \ stock \ 'py", line 13, the in & lt; module>
The import LXML. HTML
The File "C: \ Python27 \ lib \ site - packages \ LXML \ HTML \ set py", line 53, in & lt; module>
from .. The import etree
ImportError: DLL load failed: could not find the specified module,


LXML installation is LXML - 4.4.2. Dist - info

How can I solve
  • Related