Re: Problems running on HP Intel duo core machine

2008-12-13 Thread Aaron Brady
On Dec 11, 3:16 pm, jim-on-linux wrote: > Aaron, > > The TraceBack is : > > TraceBack: > File win32ui.pyc, line 12, in > File win32ui.pyc Line 10, in _load > ImportError: DLL Load Failed: The specified module > could not be found. snip > > Both modules 'win32api.pyd'  and win32ui.pyd are in > >

Re: Problems running on HP Intel duo core machine

2008-12-11 Thread jim-on-linux
Aaron, The TraceBack is : TraceBack: File win32ui.pyc, line 12, in File win32ui.pyc Line 10, in _load ImportError: DLL Load Failed: The specified module could not be found. On Thursday 11 December 2008 14:58, jim-on-linux wrote: > py help, > > I produced a program that runs on windows. > On

Re: Problems running on HP Intel duo core machine

2008-12-11 Thread Aaron Brady
On Dec 11, 1:58 pm, jim-on-linux wrote: > py help, > > I produced a program that runs on windows. > One client is using an HP machine with an Intel cpu > E2200 @ 2.2ghz., and with .99 G ram. > The machine is using Win XP Pro 32 bit OS with service > pack 2 > > I ran Dependency Walker and everythin

Re: Problems running on HP Intel duo core machine

2008-12-11 Thread Giuseppe Di Martino
Il Thu, 11 Dec 2008 14:58:16 -0500, jim-on-linux ha scritto: > The first module that is imported is win32api. line 8 of that module > adds to the path the module named 'win32api.pyd'. > The import is is completed without error. > > The next module that is imported is win32ui. line 8 of that modul

Problems running on HP Intel duo core machine

2008-12-11 Thread jim-on-linux
py help, I produced a program that runs on windows. One client is using an HP machine with an Intel cpu E2200 @ 2.2ghz., and with .99 G ram. The machine is using Win XP Pro 32 bit OS with service pack 2 I ran Dependency Walker and everything is OK. I used py2exe to build the exe file with bun