On windows machine #1 I've un/re-installed again for a *third *time and it
actually fixed it!
On windows machine #2 I've un/re-installed many times over and it's still
not working.
However the two machines seem identical to me, not sure what the difference
is.
Working Computer #1 says:
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.0 (2015-10-08 06:20 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-w64-mingw32
julia> versioninfo()
Julia Version 0.4.0
Commit 0ff703b* (2015-10-08 06:20 UTC)
Platform Info:
System: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Penryn)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.3
julia> Pkg.status()
4 required packages:
- MAT 0.2.14
- Plots 0.4.2
- PyCall 1.1.2
- PyPlot 2.1.1
17 additional packages:
- BinDeps 0.3.19
- Blosc 0.1.4
- ColorTypes 0.2.0
- Colors 0.6.0
- Compat 0.7.7
- Conda 0.1.8
- Dates 0.4.4
- FixedPointNumbers 0.1.1
- HDF5 0.5.6
- JSON 0.5.0
- LaTeXStrings 0.1.6
- LibExpat 0.1.0
- Reexport 0.0.3
- SHA 0.1.2
- URIParser 0.1.1
- WinRPM 0.1.13
- Zlib 0.1.12
julia> using Plots
julia> heatmap(randn(100),randn(100))
[Plots.jl] Initializing backend: pyplot
PyPlot.Figure(PyObject <matplotlib.figure.Figure object at
0x00000000173985F8>)
julia> using PyPlot
julia> pcolormesh(rand(100,100))
PyObject <matplotlib.collections.QuadMesh object at 0x0000000017122710>
Not working Computer #2 says:
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.0 (2015-10-08 06:20 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-w64-mingw32
julia> versioninfo()
Julia Version 0.4.0
Commit 0ff703b* (2015-10-08 06:20 UTC)
Platform Info:
System: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Penryn)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.3
julia> Pkg.status()
4 required packages:
- MAT 0.2.14
- Plots 0.4.2
- PyCall 1.1.2
- PyPlot 2.1.1
17 additional packages:
- BinDeps 0.3.19
- Blosc 0.1.4
- ColorTypes 0.2.0
- Colors 0.6.0
- Compat 0.7.7
- Conda 0.1.8
- Dates 0.4.4
- FixedPointNumbers 0.1.1
- HDF5 0.5.6
- JSON 0.5.0
- LaTeXStrings 0.1.6
- LibExpat 0.1.0
- Reexport 0.0.3
- SHA 0.1.2
- URIParser 0.1.1
- WinRPM 0.1.13
- Zlib 0.1.12
julia> using PyPlot
C:\Users\user\.julia\v0.4\Conda\deps\usr\lib\site-packages\matplotlib\__in
it__.py:1318: UserWarning: This call to matplotlib.use() has no effect
because the backend has already been chosen;
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
or matplotlib.backends is imported for the first time.
warnings.warn(_use_error_msg)
WARNING: No working GUI backend found for matplotlib.
ERROR: InitError: PyError (:PyImport_ImportModule) <type
'exceptions.ImportError
'>
ImportError('DLL load failed: The specified module could not be found.',)
File "C:\Users\user\.julia\v0.4\Conda\deps\usr\lib\site-packages\matplot
lib\pyplot.py", line 27, in <module>
import matplotlib.colorbar
File "C:\Users\user\.julia\v0.4\Conda\deps\usr\lib\site-packages\matplot
lib\colorbar.py", line 34, in <module>
import matplotlib.collections as collections
File "C:\Users\user\.julia\v0.4\Conda\deps\usr\lib\site-packages\matplot
lib\collections.py", line 27, in <module>
import matplotlib.backend_bases as backend_bases
File "C:\Users\user\.julia\v0.4\Conda\deps\usr\lib\site-packages\matplot
lib\backend_bases.py", line 56, in <module>
import matplotlib.textpath as textpath
File "C:\Users\user\.julia\v0.4\Conda\deps\usr\lib\site-packages\matplot
lib\textpath.py", line 22, in <module>
from matplotlib.mathtext import MathTextParser
File "C:\Users\user\.julia\v0.4\Conda\deps\usr\lib\site-packages\matplot
lib\mathtext.py", line 63, in <module>
import matplotlib._png as _png
[inlined code] from C:\Users\user\.julia\v0.4\PyCall\src\exception.jl:81
in pyimport at C:\Users\user\.julia\v0.4\PyCall\src\PyCall.jl:79
in __init__ at C:\Users\user\.julia\v0.4\PyPlot\src\PyPlot.jl:250
in _require_from_serialized at loading.jl:84
in _require_from_serialized at loading.jl:109
in require at loading.jl:219
during initialization of module PyPlot