edgarminers/python-edgar

Error Message in Windows with Python 2.7

arksarks opened this issue · 4 comments

Getting Error Message

[Error 2] No such file or directory: "tmp/edgar.daily-index.master.20140417.idx"

Since you are on Windows I would suggest using edgar.download_all(ftp, "C:/Users/ark") and see if the script downloads the files there. I doubt that /tmp is a valid path on a Windows system, hence it cannot be found when you glob on it.

Thanks for the replay. I tried but still get error message with

[Error 2] No such file or directory: "C:/Users/ark/edgar.daily-index.master.20140417.idx"

I think something wrong with creating the temporary file and read from it.

I don't have access to a windows machine right now. Can you try to use a virtual machine w/ a Linux instance?

ok. let me try.

On Sun, Jul 27, 2014 at 7:52 PM, Edouard Swiac notifications@github.com
wrote:

I don't have access to a windows machine right now. Can you try to use a
virtual machine w/ a Linux instance?


Reply to this email directly or view it on GitHub
#1 (comment)
.