On 12/30/2010 4:46 PM, harijay wrote:
"OSError: [Errno 26] Text file busy" error
Searching 'errno 26', the third Google response suggests that you are trying to write to a file (especially an executable or shared library?) that is already in use. Perhaps just trying to read when locked will trigger?
-- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list