Problems running on hp dual core processor
Mike Driscoll
kyosohma at gmail.com
Mon Sep 22 14:40:24 EDT 2008
On Sep 22, 1:43 pm, jim-on-linux <inq1... at inqvista.com> wrote:
> Python help,
>
> I have a number of clients running a program built with
> python 2.5. One has just purchased an HP with a duel
> core processor, 2.2G with .099g ram.
>
> On the new hp, when they try to print they get an
> import error;
> File win32ui.pyc line 12, in <module>
> File win32ui.pyc, line 10, in _load
> ImportError: DLL load failed: The specified module
> could not be found.
>
> The file is there The only difference I could find from
> their other machines is the processor.
I should note that I have had issues if I didn't include all the DLLs
that were needed. This error doesn't say exactly which DLL is the
issue. I recommend downloading Dependency Walker to find out what it
is:
http://www.dependencywalker.com/
Mike
More information about the Python-list
mailing list