[New-bugs-announce] [issue3681] Cannot read saved csv file in a single run

Rahul Ghosh report at bugs.python.org
Mon Aug 25 23:38:45 CEST 2008


New submission from Rahul Ghosh <rahul.ghosh at gmail.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue3681>
_______________________________________


More information about the New-bugs-announce mailing list