This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul
Recipients paul
Date 2008-08-25.21:38:42
SpamBayes Score 5.546436e-05
Marked as misclassified No
Message-id <1219700325.8.0.911345891687.issue3681@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-25 21:38:46paulsetrecipients: + paul
2008-08-25 21:38:45paulsetmessageid: <1219700325.8.0.911345891687.issue3681@psf.upfronthosting.co.za>
2008-08-25 21:38:44paullinkissue3681 messages
2008-08-25 21:38:43paulcreate