Package Details: convertall 1.0.1-2

Git Clone URL: https://aur.archlinux.org/convertall.git (read-only, click to copy)
Package Base: convertall
Description: Convert between units.
Upstream URL: https://github.com/doug-101/ConvertAll
Licenses: GPL2
Submitter: pressh
Maintainer: vantu5z (patlefort)
Last Packager: patlefort
Votes: 39
Popularity: 0.163719
First Submitted: 2008-05-29 10:13 (UTC)
Last Updated: 2024-04-26 01:31 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

<deleted-account> commented on 2013-09-02 01:10 (UTC)

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?

<deleted-account> commented on 2012-04-07 21:05 (UTC)

Thank you, updated.

flexiondotorg commented on 2012-04-05 16:02 (UTC)

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 (UTC)

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 (UTC)

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.

frankspace commented on 2010-11-09 01:29 (UTC)

There is some kind of incompatibility with the new Python. Directly executing "python2 /usr/bin/convertall" seems to work fine. I'm not smart enough to know offhand how to make a PKGBUILD that gets this to use python2, but I'll work on it. In the meantime, anyone with more knowledge than me who can explain it would be welcomed.

wizetek commented on 2010-10-28 00:57 (UTC)

After the recent Python update, I get this when launching convertall: Traceback (most recent call last): File "/usr/bin/convertall", line 55, in <module> from PyQt4 import QtGui ImportError: No module named PyQt4 I have both pyqt3 3.18.1-8 and pyqt-4.8.0-1 installed.

frankspace commented on 2010-07-03 14:34 (UTC)

Version 0.5.0 seems to compile and run just fine by simply replacing the pkgver and the md5sum in the existing pkgbuild.