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
manu agarwal wrote:
>
> 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 psutil module is not included with Python. Did you build it
yourself, or did you download