954,510 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

dll load errors in python made from pywin32

I created python executable with py2exe.

In my program, I use the pywin32 module.

Details of the SW's

OS Window 7 64 Bit
Python 2.6
pywin32-214.win32-py2.6

when i created the exe its working fine on other system running Windows 7 but giving below error when running on Windows XP systems...

Traceback (most recent call last):
  File "program.py", line 11, in <module>
  File "win32com\__init__.pyc", line 5, in <module>
  File "win32api.pyc", line 12, in <module>
  File "win32api.pyc", line 10, in __load
ImportError: DLL load failed: The specified procedure could not be found.


kindly suggest me how to resolve the issue...

Regards,
PBL

pblnrao
Newbie Poster
1 post since Jun 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: