473,624 Members | 2,453 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 1705
On Sep 22, 1:43*pm, jim-on-linux <inq1...@inqvis ta.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...@inqvis ta.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*********@gm ail.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
4227
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 upgrade to another dual CPU box, but this one runs the new dual core chip. So, after hyperthreading, it will look like there are 8 CPUs. Anybody know how DB2 Workgroup Edition will react? Furthermore, will I be in violation of my license?
16
2381
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. Example: After about 5 hours with a concurrent user base of about 150 users the application raises the aspnet_wp memory usage by almost 500MB. If our server guys modify the web.config this data is released and the workerprocess goes back to a...
2
2678
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 conserned about the low end business market (small and medium), then they should drop their attitude on Dual Core processors.
13
1692
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 my clients has an AMD, most an Intel Pentium 3. Will the fact that my applications will be compiled on an AMD, Dual Core, 64-bit have any influence on the prestations? I thought there was a way to
6
3287
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 but this is in fact not that simple. Although software manufacturers can with some effort adapt packages to exploit these dual core architectures, the same is not true for other development work were no large distribution of the application is...
2
1388
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 one one processor and the other program (same one) runs on a different processor. How do I specify which processor in the code to force the program to
62
4401
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 thought about simply using a more Python interpreter instances (Py_NewInterpreter) with extra GIL in the same process. I expect to be able to directly push around Python Object-Trees between the 2 (or more) interpreters by doing some careful locking. ...
7
2201
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 get the following error. The title of the window is: 16 bit MS-DOS Subsystem c:\WINDOWS\system32\cmd.exe -tc The NTVDM CPU has encountered an illegal instruction CS: c000 IP:359e OP: 0f 03 20 12 03 Chose 'Close' to terminate the application.
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 to print they get an import error; File win32ui.pyc line 12, in <module> File win32ui.pyc, line 10, in _load
0
8175
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8625
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8336
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8482
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7168
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5565
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4082
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2610
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 we have to send another system
2
1487
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.