joshkarges

Results 3 comments of joshkarges

Thank you, we may be getting closer to the root of the problem. ``` julia> using PyCall julia> pyinitialize() ERROR: PyError (PyImport_ImportModule) in pyerr_check at /Users/joshua/.julia/PyCall/src/exception.jl:58 in pyimport at /Users/joshua/.julia/PyCall/src/PyCall.jl:85...

Python 2.7.6 (v2.7.6:3a1db0d2747e, Nov 10 2013, 00:18:52) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Operating System: OSX v10.9.2 ``` julia> versioninfo(true) Julia Version 0.3.0-prerelease+2570 Commit 4fc2a15 (2014-04-09 19:29 UTC)...

I also have Python 2.7.5. Python 2.7.5 (default, Sep 12 2013, 21:33:34) [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin When I use that as the default python, then...