New submission from Rahul Ghosh <[EMAIL PROTECTED]>: I am trying to save a csv file from a scope and then open it to post process the data. The file is getting created currectly, but when it tries to open the csv file it complains about file not found. I am trying to do this in a single run. If I rerun the code again, the file open function works correctly.
It cannot see the newly created csv file till the python code stops and I rerun it. How can I refresh the directory on the fly so that the newly saved file is seen right away. I am on windows xp machine. Appreciate your help. Thanks. ---------- components: IDLE messages: 71958 nosy: paul severity: normal status: open title: Cannot read saved csv file in a single run type: feature request versions: Python 2.5 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3681> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com