timholy / Grid.jl

Interpolation and related operations on grids
MIT License
47 stars 26 forks source link

Pkg installation trouble #5

Closed jtravs closed 11 years ago

jtravs commented 11 years ago

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

julia> using Grid
ERROR: in module path: Grid not defined

Other packages appear to be working fine.

timholy commented 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?

jtravs commented 11 years ago

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.

jtravs commented 11 years ago

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!

timholy commented 11 years ago

No problem, thanks for tracking it down.