How to troubleshoot python import error - DLL access denied
问题 I have installed a certain python package (netCDF4), which contains compiled code (extension module). I am running Anaconda and python 3.6 under Windows 10 (x64). When importing the module from console, I get the following error: In [1]: import netCDF4 --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-1-9588a3d4fb24> in <module>() ----> 1 import netCDF4 C:\Program Files\Anaconda3\lib\site-packages\netCDF4\_