Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49540
| From | Denis McMahon <denismfmcmahon@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Need explanation of this error |
| Date | 2013-07-01 09:33 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <kqridg$oea$1@dont-email.me> (permalink) |
| References | <b0e4a814-42df-4054-a3f2-9a41904d1ed2@googlegroups.com> |
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@gmail.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Need explanation of this error prerit86@gmail.com - 2013-07-01 02:13 -0700
Re: Need explanation of this error Robert Kern <robert.kern@gmail.com> - 2013-07-01 10:23 +0100
Re: Need explanation of this error Denis McMahon <denismfmcmahon@gmail.com> - 2013-07-01 09:33 +0000
Re: Need explanation of this error prerit86@gmail.com - 2013-07-01 03:44 -0700
csiph-web