Need explanation of this error

Denis McMahon denismfmcmahon at gmail.com
Mon Jul 1 05:33:36 EDT 2013


On Mon, 01 Jul 2013 02:13:50 -0700, prerit86 wrote:

> I'm new to Python and trying to run a already written code. Can someone
> please explain the error below? And if possible, how do I resolve this?

> ImportError: DLL load failed: The specified module could not be found.

You're missing the dll that provides some function that you're trying to 
use.

-- 
Denis McMahon, denismfmcmahon at gmail.com



More information about the Python-list mailing list