Closed jtravs closed 11 years ago
That is a funny one. FWIW, it works fine for me (Julia version 0.2.0-1346.r9a72fab9). What version of Julia are you using? Grid now has both 0.1 and 0.2 branches, I could easily imagine this might be a 0.1-specific problem?
I'm using: Version 0.2.0-1399.r337a3118.dirty Commit 337a311881 2013-05-05 00:25:59* the dirty bit comes from some edits I made to the base/fftw.jl file, so it shouldn't affect this problem. I'll check my setup again.
Don't worry, it was my fault. I had a file grid.jl defining a type Grid, in the same directory as I was running julia from. Running julia elsewhere shows no issue. Sorry for the noise!
No problem, thanks for tracking it down.
This could be my fault: previously I could install Grid fine, but now I get the following error after running Pkg.add("Grid") on a clean ~/.julia
Other packages appear to be working fine.