Not working Computer #2, continued from above, (was cut off):
> _
>
> 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
>
>