JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
128 stars 53 forks source link

ZipFile not an optional dependency #19

Closed staticfloat closed 10 years ago

staticfloat commented 10 years ago

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
kmsquire commented 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.

kmsquire commented 10 years ago

Fixed by b9008d8feb5