JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
335 stars 63 forks source link

Path error when attempting to launch server #108

Closed sdacek closed 8 years ago

sdacek commented 8 years ago

When attempting to launch the server I get the following error

ERROR: LoadError: LoadError: LoadError: InitError: UndefVarError: Dacek/.julia/v0.4/MacroTools/src/utils.jl not defined

The correct path is /Users/Stephen_Dacek/.julia/v0.4/MacroTools/src/utils.jl and the file exists.

rohitvarkey commented 8 years ago

Can you try doing using MacroTools in a REPL and see if that works?

sdacek commented 8 years ago

MacroTools loads without error

sdacek commented 8 years ago

Did some quick digging. It is a bug in the Requires Package. I cannot load it and that error results

shashi commented 8 years ago

I could "fix" it by removing the call to __precompile__() at the beginning of Requires/src/Requires.jl file

randyzwitch commented 8 years ago

Per @sdacek, a bug in the Requires package, so closing here