Running on a windows machine python 2.7, whenever I try to run my script using the command line I receive the following error.
import winrandom ImportError: DLL load failed: The specified module could not be found.
But this error does not happen when I run my script through a python IDE