[python-win32] Python Exe is not running on Windows 2003

manu agarwal nmanu14387 at gmail.com
Sat Oct 12 09:14:25 CEST 2013


Hi ,

I have written the Python script that used to get the CPU usage,RAM and
Disk usage from the windows server.

Then i converted the script to exe through to execute on server.

The exe is running fine on windows 2008 sever but it is giving an error
while executing on windows 2003. Below is the error :

C:\dist>Monitor_server.exe
Traceback (most recent call last):
  File "Monitor_server.py", line 9, in <module>
  File "psutil\__init__.pyo", line 85, in <module>
  File "psutil\_psmswindows.pyo", line 15, in <module>
  File "_psutil_mswindows.pyo", line 12, in <module>
  File "_psutil_mswindows.pyo", line 10, in __load
ImportError: DLL load failed: The specified procedure could not be found.

Please assist

Thanks
Manu Agarwal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20131012/d7a6d48f/attachment.html>


More information about the python-win32 mailing list