Search Criteria
Package Details: python2-guiqwt 3.0.3-1
Git Clone URL: | https://aur.archlinux.org/python2-guiqwt.git (read-only, click to copy) |
---|---|
Package Base: | python2-guiqwt |
Description: | Python library providing efficient 2D data-plotting features |
Upstream URL: | https://github.com/pierreraybaut/guiqwt |
Licenses: | |
Submitter: | giniu |
Maintainer: | giniu |
Last Packager: | giniu |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2011-04-05 15:14 |
Last Updated: | 2016-10-28 14:50 |
Dependencies (8)
- python2-guidata
- python2-pillow
- python2-pythonqwt
- python2-scipy
- cython2 (cython2-kivy) (make)
- python2-setuptools (make)
- python2-pydicom (optional) – for DICOM files I/O features
- spyder (optional) – for Sift embedded Python console
Latest Comments
giniu commented on 2016-07-30 17:46
Update of this package first requires adding https://github.com/PierreRaybaut/PythonQwt
giniu commented on 2013-07-12 20:20
glad it worked. And about out-of-date, I will update it soon, have to test few things with new version first.
contrebasse commented on 2013-07-12 19:18
That fixed it, thanks. I tried to rebuild python2-guiqwt but not pyqwt.
giniu commented on 2013-07-12 18:11
this is because you upgraded pyqt, try doing fresh build of pyqwt and check again.
contrebasse commented on 2013-07-12 16:29
It gives an error when launching spyder:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/spyderlib/scientific_startup.py", line 48, in <module>
import guiqwt.pyplot as plt_
File "/usr/lib/python2.7/site-packages/guiqwt/pyplot.py", line 114, in <module>
from guiqwt.plot import PlotManager
File "/usr/lib/python2.7/site-packages/guiqwt/plot.py", line 119, in <module>
from guiqwt.baseplot import BasePlot
File "/usr/lib/python2.7/site-packages/guiqwt/baseplot.py", line 58, in <module>
from guiqwt.transitional import (QwtPlot, QwtLinearScaleEngine,
File "/usr/lib/python2.7/site-packages/guiqwt/transitional.py", line 19, in <module>
from PyQt4.Qwt5 import (QwtPlot, QwtSymbol, QwtLinearScaleEngine,
File "/usr/lib/python2.7/site-packages/PyQt4/Qwt5/__init__.py", line 32, in <module>
from Qwt import *
RuntimeError: the sip module implements API v10.0 but the PyQt4.Qwt5.Qwt module requires API v9.2