Here it is running the pertinent lines in the REPL.

It seems like the download does not work I think.
 
julia>     fname = joinpath(tempdir(), "standard_test_images.zip")
"C:\\Users\\Jacques\\AppData\\Local\\Temp\\standard_test_images.zip"

julia>     
download("http://www.ece.utk.edu/~gonzalez/ipweb2e/downloads/standard
_test_images/standard_test_images.zip", fname)
ERROR: spawn: no such file or directory (ENOENT)
 in _jl_spawn at process.jl:212

julia>     r = ZipFile.Reader(fname)
ERROR: opening file 
C:\Users\Jacques\AppData\Local\Temp\standard_test_images.zip
: No such file or directory
 in systemerror at error.jl:39
 in open at io.jl:344


>

Reply via email to