Is anyone getting this recent error with PyPlot:

julia> using PyPlot
ERROR: syntax: expected assignment after "const"
 in include at ./boot.jl:244
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
while loading /Users/ethananderes/.julia/v0.3/PyPlot/src/PyPlot.jl, in 
expression starting on line 98

Here is my version info

julia> versioninfo()
Julia Version 0.3.0-prerelease+3768
Commit 135f2fb (2014-06-19 15:14 UTC)
Platform Info:
  System: Darwin (x86_64-apple-darwin13.2.0)
  CPU: Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY)
  LAPACK: libopenblas
  LIBM: libopenlibm

​

Reply via email to