473,499 Members | 1,655 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problems running on hp dual core processor

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.
Sep 22 '08 #1
4 1696
On Sep 22, 1:43*pm, jim-on-linux <inq1...@inqvista.comwrote:
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 have people running my compiled python applications on single and
dual core processors with no problem. I suspect that you may just need
to compile your application with some different switches, such as
bundle=3 in py2exe for example.

Mike
Sep 22 '08 #2
On Sep 22, 1:43*pm, jim-on-linux <inq1...@inqvista.comwrote:
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
Sep 22 '08 #3
Dennis Lee Bieber wrote:
Interesting... The only win32ui* on my machine (running v2.4) is a
win32ui.pyd (D, not C) and it is part of the PythonWin IDE obtained as
part of the ActiveState installer for windows.

Oh, and /how much RAM/? ".099g" sounds rather small; my PDA has
".5G" of RAM and my desktop machine has 2.0G...
A .pyd file is a Python dynamic library file. It's a dll with a
different extension and a Python specific entry point. Dynamic libraries
are OS and CPU architecture dependent. It might be possible that the
computer has an incompatible CPU or a 64bit OS.

Christian

Sep 22 '08 #4
Hello,
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.
Is it the same OS (XP vs Vista ...)?
Try to run a small script importing win32ui from CMD, it might give
you a better indication on which DLL is causing the problem.

As suggested by Mike, run DependecyWalker on win32ui.pyd
HTH,
--
Miki <mi*********@gmail.com>
http://pythonwise.blogspot.com
Sep 23 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
4213
by: cwahlmeier | last post by:
Greetings, I am running DB2 Workgroup Edition on an Intel box with two physical CPUs. It is running Windows with hyperthreading. Thus, the operating system thinks it has 4 cpus. I am about to...
16
2368
by: JCauble | last post by:
We have a large Asp.net application that is currently crashing our production servers. What we are seeing is the aspnet_wp eat up a bunch of memory and then stop unexpectedly. Does not recycle. ...
2
2661
by: webwarrior | last post by:
Hi, Is there a reason why we have to pay more for licensing for a different kind of processor? Why are we not charged for the Hyperthreading on some processors also. If Oracle is really...
13
1672
by: Pieter | last post by:
Hi, Maybe a little bit off-topic, but it still seemd the best place to ask for it :-) I'm planning to buy a new development laptop, and I would like to buy an AMD, Dual Core,-bit But none of...
6
3282
by: malv | last post by:
Multiprocessing has been pushed into the field as the chip manufacturers can no longer deliver as they were used to for many years. The general public has been conditioned to believe that 1 + 1 =...
2
1376
by: kingsolomon2000 | last post by:
Hi! Can anyone please show me an example how to write a very simple C program such that it runs on a specific processor? I want to run a very simple program, 2 programs identical, and one runs...
62
4354
by: robert | last post by:
I'd like to use multiple CPU cores for selected time consuming Python computations (incl. numpy/scipy) in a frictionless manner. Interprocess communication is tedious and out of question, so I...
7
2186
by: kunal | last post by:
Hello Friends, I am facing a strange problem which i would like to share with you people and get ur ideas and knowledge about it. Whenever i try to run a C++ program after successfully compiling i...
0
146
by: jim-on-linux | last post by:
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...
0
7014
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7180
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7395
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5485
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4921
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4609
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3103
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1429
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.