Hey Thanks for ur input...I have one question regarding plotting:
Initially Plots (I just installed it) tried to call PyPlots and spit out 
this error:

while loading C:\Users\Diger\Documents\Julia\timecompare.jl, in expression 
starting on line 27 in include_from_node1 at loading.jl:304 in include at 
boot.jl:261 in plot at 
C:\cygwin64\home\Diger\.julia\v0.4\Plots\src\plot.jl:46 in backend at 
C:\cygwin64\home\Diger\.julia\v0.4\Plots\src\plotter.jl:167 in pyimport at 
C:\cygwin64\home\Diger\.julia\v0.4\PyCall\src\PyCall.jl:79 [inlined code] 
from C:\cygwin64\home\Diger\.julia\v0.4\PyCall\src\exception.jl:81    from 
genericpath import _unicode  File 
"C:\cygwin64\home\Diger\.julia\v0.4\Conda\deps\usr\lib\posixpath.py", line 
19, in <module>    import posixpath  File 
"C:\cygwin64\home\Diger\.julia\v0.4\Conda\deps\usr\lib\urllib2.py", line 
97, in <module>    from urllib2 import urlopen  File 
"C:\cygwin64\home\Diger\.julia\v0.4\Conda\deps\usr\lib\site-packages\matplotlib\__init__.py",
 
line 169, in <module>ImportError('cannot import name _unicode',)ERROR: 
LoadError: PyError (:PyImport_ImportModule) <type 
'exceptions.ImportError'>WARNING: Couldn't import PyPlot.  Install it with: 
Pkg.add("PyPlot").[Plots.jl] Initializing backend: pyplot

After removing the Pkg PyPlots, Plots initialized the backend Gadfly with 
which everything worked fine...
Do you know why this error occurs with PyPlot?

Reply via email to