My reply disappeared - I may have sent it directly to jda instead of the 
group. Anyway, try

julia> Pkg.checkout("PyCall")
julia> Pkg.update()

since the instructions above are outdated and will give you an old version 
of PyCall. Then let us know what error you're getting.

On Wednesday, 4 November 2015 19:01:46 UTC, jda wrote:
>
> Could very much use the help!  Here is the info:
>
>                _
>    _       _ _(_)_     |  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                        0.8.2-             fix-timer-api
>  - PyPlot                        2.1.1
> 20 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.7
>  - Dates                         0.4.4
>  - FixedPointNumbers             0.1.0
>  - HDF5                          0.5.6
>  - HTTPClient                    0.2.0
>  - JSON                          0.5.0
>  - LaTeXStrings                  0.1.6
>  - LibCURL                       0.2.0
>  - LibExpat                      0.1.0
>  - Plotly                        0.0.3+             master
>  - Reexport                      0.0.3
>  - SHA                           0.1.2
>  - URIParser                     0.1.1
>  - WinRPM                        0.1.13
>  - Zlib                          0.1.12
>
>
>

Reply via email to