When I try "using PyPlot", I get the following error:

error compiling jl_Function_call: error compiling convert: error compiling 
pytype_query: error compiling pyint_query: could not load module 
C:\Users\mahajan1\.julia\v0.3\Conda\deps\usr\python27.dll: The specified module 
could not be found.


Any suggestions as to what's wrong?

ipython --version
4.0.0

python --version
Python 2.7.10 :: Anaconda 2.3.0 (64-bit)

julia> versioninfo()
Julia Version 0.3.11
Commit 483dbf5* (2015-07-27 06:18 UTC)
Platform Info:
  System: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.3

julia> Pkg.status()
11 required packages:
 - BayesNets                     0.2.1
 - DataFrames                    0.6.10
 - Distributions                 0.8.7
 - Gadfly                        0.3.17
 - IJulia                        1.1.7
 - Images                        0.4.50
 - Interact                      0.2.1
 - Jewel                         1.0.6
 - PGFPlots                      1.2.2
 - PyPlot                        2.1.1
 - RDatasets                     0.1.2
62 additional packages:
 - ArrayViews                    0.6.4
 - AutoHashEquals                0.0.5
 - BinDeps                       0.3.18
 - Calculus                      0.1.13
 - Codecs                        0.1.5
 - ColorTypes                    0.1.7
 - ColorVectorSpace              0.0.5
 - Colors                        0.5.4
 - Compat                        0.7.7
 - Compose                       0.3.17
 - Conda                         0.1.7
 - Contour                       0.0.8
 - DataArrays                    0.2.19
 - DataStructures                0.3.13
 - Dates                         0.3.2
 - Distances                     0.2.1
 - Docile                        0.5.19
 - DualNumbers                   0.1.5
 - FactCheck                     0.4.1
 - FixedPointNumbers             0.0.12
 - GZip                          0.2.18
 - Graphics                      0.1.0
 - Graphs                        0.6.0
 - Grid                          0.3.11
 - Hexagons                      0.0.4
 - HttpCommon                    0.1.2
 - ImmutableArrays               0.0.11
 - Iterators                     0.1.9
 - JSON                          0.5.0
 - JuliaParser                   0.6.2
 - KernelDensity                 0.1.2
 - LNR                           0.0.1
 - LaTeXStrings                  0.1.6
 - Lazy                          0.10.1
 - LibExpat                      0.1.0
 - LightGraphs                   0.3.4
 - LightXML                      0.2.1
 - Loess                         0.0.5
 - MacroTools                    0.2.0
 - NaNMath                       0.1.1
 - Nettle                        0.2.0
 - Optim                         0.4.4
 - PDMats                        0.3.6
 - ParserCombinator              1.7.1
 - PyCall                        1.1.2
 - Reactive                      0.2.4
 - Reexport                      0.0.3
 - Requires                      0.2.0
 - SHA                           0.1.2
 - SIUnits                       0.0.5
 - Showoff                       0.0.6
 - SortingAlgorithms             0.0.6
 - StatsBase                     0.7.4
 - StatsFuns                     0.1.4
 - TexExtensions                 0.0.2
 - TikzGraphs                    0.0.2
 - TikzPictures                  0.2.5
 - URIParser                     0.0.7
 - WinRPM                        0.1.13
 - WoodburyMatrices              0.1.2
 - ZMQ                           0.3.0
 - Zlib                          0.1.12

Reply via email to