pblnrao 0 Newbie Poster

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