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, denismfmcma...@gmail.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to