Re: Ctypes Error: Why can't it find the DLL.
- From: "Mudcat" <mnations@xxxxxxxxx>
- Date: 27 Oct 2006 17:37:04 -0700
That was it. Once I added the other DLLs then it was able to find and
make the call.
Thanks for all the help,
Marc
Bruno Desthuilliers wrote:
Mudcat a écrit :
Hi,(snip)
I can't figure out why ctypes won't load the DLL I need to use. I've
tried everything I can find (and the ctypes website is down at the
moment). Here's what I've seen so far.
I've added the file arapi51.dll to the system32 directory. However
when I tried to access it I see this:
WindowsError: [Errno 126] The specified module could not be found(snip)
So then I use the find_library function, and it finds it:
At that point I try to use the LoadLibrary function, but it still can't(snip)
find it:
WindowsError: [Errno 126] The specified module could not be found
What am I doing wrong? I've used ctypes before and not had this
problem. Before, I've just added the file to the system32 directory and
not had this problem.
Looks like it could have to do with another dll arapi51.dll depends upon
that would be missing, cf:
http://aspn.activestate.com/ASPN/Mail/Message/ctypes-users/2593616
HTH
.
- References:
- Ctypes Error: Why can't it find the DLL.
- From: Mudcat
- Re: Ctypes Error: Why can't it find the DLL.
- From: Bruno Desthuilliers
- Ctypes Error: Why can't it find the DLL.
- Prev by Date: Re: Cards deck problem
- Next by Date: Test-driven development (was: Tracing the execution of scripts?)
- Previous by thread: Re: Ctypes Error: Why can't it find the DLL.
- Next by thread: Re: Ctypes Error: Why can't it find the DLL.
- Index(es):
Relevant Pages
|