[issue3681] Cannot read saved csv file in a single run

2009-03-29 Thread Guilherme Polo
Guilherme Polo added the comment: Closing for lack of interest. Rahul, the bug tracker is a place to provide help not to obtain help. So if you still have the problem mentioned, consider posting to a proper mail list and if you can confirm it is really a bug then create a new issue. --

[issue3681] Cannot read saved csv file in a single run

2008-08-25 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: On Mon, Aug 25, 2008 at 4:45 PM, Rahul Ghosh <[EMAIL PROTECTED]> wrote: > > Rahul Ghosh <[EMAIL PROTECTED]> added the comment: > > I wrote a python GPIB command to the scope to export the waveform as a > csv file. Then in another function I

[issue3681] Cannot read saved csv file in a single run

2008-08-25 Thread Rahul Ghosh
Rahul Ghosh <[EMAIL PROTECTED]> added the comment: I wrote a python GPIB command to the scope to export the waveform as a csv file. Then in another function I try to read this file that I just saved and it cannot find the file till I rerun. ___ Python tracke

[issue3681] Cannot read saved csv file in a single run

2008-08-25 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Are you closing the file before trying to read it? -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3681] Cannot read saved csv file in a single run

2008-08-25 Thread Rahul Ghosh
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. I