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\_psmswi ndows.pyo", line 15, in <module>
File "_psutil_mswind ows.pyo", line 12, in <module>
File "_psutil_mswind ows.pyo", line 10, in __load
ImportError: DLL load failed: The specified procedure could not be found.
Please assist
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\_psmswi ndows.pyo", line 15, in <module>
File "_psutil_mswind ows.pyo", line 12, in <module>
File "_psutil_mswind ows.pyo", line 10, in __load
ImportError: DLL load failed: The specified procedure could not be found.
Please assist