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
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32