Re: Problems with os.rename
loial wrote: > How can I get more info what the cause of the OSError exception is? For starters, post the traceback here. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list
Problems with os.rename
I am having problems with os.rename on AIX The source file definately exists and the target file does not. However the rename always generates an OSerror exception. I can do the rename via a mv statement at the AIX command line with no problem. How can I get more info what the cause of the