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

2013-10-13 Thread manu agarwal
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

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

2013-10-12 Thread Tim Roberts
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