Re: [Numpy-discussion] Numpy-discussion Digest, Vol 24, Issue 32

2008-09-11 Thread Robert Kern
On Thu, Sep 11, 2008 at 17:01, Catherine Moroney <[EMAIL PROTECTED]> wrote: > I'm able to remove the file using python's "os" module, but > I still get an error when trying to create the file using > pyhdf, this time specifiying "SD.SDC.CREATE|SD.SDC.WRITE" > on the file-create line. > > It's still

Re: [Numpy-discussion] Numpy-discussion Digest, Vol 24, Issue 32

2008-09-11 Thread Catherine Moroney
I'm able to remove the file using python's "os" module, but I still get an error when trying to create the file using pyhdf, this time specifiying "SD.SDC.CREATE|SD.SDC.WRITE" on the file-create line. It's still complaining that it can't open the path, even though the specified filename is valid.