import PyPlot fails
Open
- Dominant language
- Julia
- Stars
- 488
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have problems importing PyPlot on different CentOS 7 and Fedora 20 machines:
```
julia> import PyPlot
Warning: error initializing module PyPlot:
PyCall.PyError(msg=":PyImport_ImportModule", T=PyCall.PyObject(o=0x0000000001d86520), val=PyCall.PyObject(o=0x000000000a5b1e18), traceback=PyCall.PyObject(o=0x0000000000000000))
```
Importing PyCall (only) works fine:
```
julia> import PyCall
julia> PyCall.pyinitialize()
```
Any idea how to fix the problem?
Regards,
Josef
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.