Closed staticfloat closed 10 years ago
Thanks Elliot. I noticed that after I told you it was optional, and I thought I left it in, but I must have forgotten. Will fix in a little while.
On Tuesday, August 19, 2014, Elliot Saba notifications@github.com wrote:
Without ZipFile installed, I get the following:
julia> using VideoIO ERROR: ZipFile not found in require at loading.jl:47 in include at /usr/local/Cellar/julia/0.3.0-rc4/lib/julia/sys.dylib in include_from_node1 at /usr/local/Cellar/julia/0.3.0-rc4/lib/julia/sys.dylib in include at /usr/local/Cellar/julia/0.3.0-rc4/lib/julia/sys.dylib in include_from_node1 at /usr/local/Cellar/julia/0.3.0-rc4/lib/julia/sys.dylib in reload_path at loading.jl:152 in _require at loading.jl:67 in require at loading.jl:51 while loading /Users/sabae/.julia/v0.3/VideoIO/src/testvideos.jl, in expression starting on line 6 while loading /Users/sabae/.julia/v0.3/VideoIO/src/VideoIO.jl, in expression starting on line 12
— Reply to this email directly or view it on GitHub https://github.com/kmsquire/VideoIO.jl/issues/19.
Fixed by b9008d8feb5
Without
ZipFile
installed, I get the following: