I am getting the below error while executing the script on one of the application server.
WindowsError: [Error 32] The process cannot access the file because it is being used by another process
Script used to delete the files from the server.
I had used os.remove(file) and tried with os.unlink(file) . But it is giving me the same error.
Is there any way i can skip the files which can not...
User Profile
Collapse
-
WindowsError: [Error 32] The process cannot access the file.
-
Python Exe is not running on Windows 2003
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",... -
Thanks it got resolved .. -
Thanks for replying.
Could you please assist me how can i resolve this issue.
How can xml.sax can be included into the py2exe for the windows executeable script.Leave a comment:
-
Python XML SAX Error while execution
I am new to the Python, i have written one code in python that read the
data from the XML file and based on the input from the xml file it gives
the output.
Later i converted the Python script to .exe file to run on the multiple
windows server.
The Python file is running fine when i execute script.py from the machine
where the python installed, but it gives an error when i ran the...
No activity results to display
Show More
Leave a comment: