Search Criteria
Package Details: convertall 0.8.0-1
Git Clone URL: | https://aur.archlinux.org/convertall.git (read-only, click to copy) |
---|---|
Package Base: | convertall |
Description: | Unit conversion program (Qt) |
Upstream URL: | http://convertall.bellz.org/ |
Licenses: | |
Submitter: | pressh |
Maintainer: | vantu5z |
Last Packager: | vantu5z |
Votes: | 34 |
Popularity: | 0.65 |
First Submitted: | 2008-05-29 10:13 |
Last Updated: | 2020-04-13 06:41 |
Latest Comments
1 2 Next › Last »
rsneha commented on 2019-01-10 13:17
Thanks for latest update but i usually use https://www.easyunitconverter.com/ to convert all Unit conversion.
zhaozilong commented on 2017-01-21 03:05
The latest version maybe need makedepends=('python-pyqt4'), else can not makepkg.
Anonymous comment on 2014-11-24 13:56
Orphaned, you can adopt it.
vantu5z commented on 2014-11-24 13:03
I make to work 0.6.0 version by this PKGBUILD:
http://paste.org.ru/?re33nf
Anonymous comment on 2013-09-02 01:10
I get:
Traceback (most recent call last):
File "/usr/lib/convertall/convertall.py", line 33, in <module>
from PyQt4 import QtCore, QtGui
RuntimeError: the sip module implements API v10.0 but the PyQt4.QtCore module requires API v10.1
Any ideas what's going on?
Anonymous comment on 2012-04-07 21:05
Thank you, updated.
flexiondotorg commented on 2012-04-05 16:09
Hi,
I've been installing a refresh system, while the install of `convertall` works but running it resulted in the following traceback.
Traceback (most recent call last):
File "/usr/lib/convertall/convertall.py", line 33, in <module>
from PyQt4 import QtCore, QtGui
ImportError: No module named PyQt4
The dependency of `pyqt` should be changed to `python2-pyqt` and `convertall` runs happily.
Regards, Martin.
flexiondotorg commented on 2012-04-05 16:02
Hi,
I've been installing a refresh system, while the install of `convertall` works but running it resulted in the following traceback.
Traceback (most recent call last):
File "/usr/lib/convertall/convertall.py", line 33, in <module>
from PyQt4 import QtCore, QtGui
ImportError: No module named PyQt4
The dependency of `pyqt` should be changed to `python2-pyqt` and `convertall` runs happily.
Regards, Martin.
frankspace commented on 2011-01-21 14:37
I haven't done extensive testing with kotyz's PKGBUILD and patch, but they compile and the program seems to work fine for me! Thanks, kotyz!
kotyz commented on 2011-01-21 10:32
I updated both the PKGBUILD and patch to work with the new python2 and python2-qt packages. I also updated convertall to the latest stable version 0.5.0.
PKGBUILD: http://aur.pastebin.com/289WfKNp
patch: http://aur.pastebin.com/dWc3C58B
Try it.