User Profile

Collapse

Profile Sidebar

Collapse
manu4387
manu4387
Last Activity: Feb 5 '14, 11:48 AM
Joined: Sep 28 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • WindowsError: [Error 32] The process cannot access the file.

    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...
    See more | Go to post

  • manu4387
    started a topic Python Exe is not running on Windows 2003

    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",...
    See more | Go to post

  • manu4387
    replied to Python XML SAX Error while execution
    Thanks it got resolved ..
    See more | Go to post

    Leave a comment:


  • manu4387
    replied to Python XML SAX Error while execution
    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.
    See more | Go to post

    Leave a comment:


  • manu4387
    started a topic Python XML SAX Error while execution

    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...
    See more | Go to post
No activity results to display
Show More
Working...