Re: unable to import os

2005-10-11 Thread ktxn1020
has been deleted.") if listsize == 2: break When I added the line "mtime = nt.stat(CPath+file)[8]", it failed. Do you have any idea or suggestion? ktxn1020 wrote: > It works fine independently, but still not work when run with Python > for Delphi. -- http://mai

Re: unable to import os

2005-10-11 Thread ktxn1020
It works fine independently, but still not work when run with Python for Delphi. -- http://mail.python.org/mailman/listinfo/python-list

unable to import os

2005-10-07 Thread ktxn1020
Hi Experts, I built a scrip file which cleans up the old log files starting from the oldest till the necessary free space on the drive reaches. The script ran well independently using Python's Integrated Development Environment version 2.4.1. When it is called from Borland C++ Builder 5 with pyth