Closed timholy closed 11 years ago
You need to install pyqtgraph as a python package: http://www.pyqtgraph.org/ I'm pretty sure it was painless, but forget the details.
Okay, master should work now to get through most of the pyqtgraph demos.
Definitely this fixed this original problem. Here's the current error:
julia> include("pyqtgraph.jl")
Warning: New definition
setindex!(GridLayout,QtLayout,Union(Range1{T<:Real},Range{T<:Real},Int64),Union(Range1{T<:Real},Range{T<:Real},Int64)) at /home/tim/.julia/PySide/src/qtextras.jl:256
is ambiguous with
setindex!(GridLayout,Union(PyObject,QtWidget),Union(Range1{T<:Real},Range{T<:Real},Int64),Union(Range1{T<:Real},Range{T<:Real},Int64)) at /home/tim/.julia/PySide/src/qtextras.jl:244.
Make sure
setindex!(GridLayout,QtLayout,Union(Range1{T<:Real},Range{T<:Real},Int64),Union(Range1{T<:Real},Range{T<:Real},Int64))
is defined first.
Warning: imported binding for transpose overwritten in module __anon__
WARNING: min(x) is deprecated, use minimum(x) instead.
ERROR: type PyObject has no field QTimer
in include at boot.jl:238
at /home/tim/.julia/PySide/examples/pyqtgraph.jl:67
This should be fixed now. Thanks.
That's awesome. Now I can try to learn more about out how it works...thanks!
I installed PySide following the "Ubuntu" instructions here. Any tips about what I may be missing?