ImportError: MemoryLoadLibrary failed loading

Hi,

I ran Dependency Walker on the problem PC, but I don't know enough about
it to understand all it's output. It looks like my program (reminder.exe)
is having trouble loading MSJAVA.DLL and MSVCP71.DLL. I think I can
disregard the java one from what it says here:
http://www.dependencywalker.com/help/html/faq.htm

However, I don't understand what the deal is with the other one. It is on
the PC already. I'm lost and if this happens on any more PCs here, I'll
have to change languages for this application.

Mike

debug.txt (232 KB)

ยทยทยท

-----Original Message-----
From: Chris Mellon [mailto:arkanes@gmail.com]
Sent: Friday, July 06, 2007 2:04 PM
To: wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] ImportError: MemoryLoadLibrary
failed loading

On 7/6/07, Mike Driscoll <mdriscoll@co.marshall.ia.us> wrote:

>
> UPDATE: I stuck the gdiplus.dll file into the location where the
> program is installed on the problem machine and it had no effect. I
> will try to figure out this patch business. Is this where
you found it:
> ProblemsToBeFixed - py2exe.org ?
>

You can use the DependencyWalker tool (google for it) to find
out which library isn't being found. That's not the only
thing that can cause a libarary to fail to import this way
but it's the most likely one.