Search Criteria
Package Details: imgseek 0.8.6-10
Git Clone URL: | https://aur.archlinux.org/imgseek.git (read-only, click to copy) |
---|---|
Package Base: | imgseek |
Description: | a photo collection manager and viewer with content-based search and many other features |
Upstream URL: | http://www.imgseek.net |
Licenses: | |
Submitter: | filoktetes |
Maintainer: | applebloom |
Last Packager: | applebloom |
Votes: | 27 |
Popularity: | 0.000000 |
First Submitted: | 2006-01-25 13:45 |
Last Updated: | 2019-02-13 18:23 |
Latest Comments
1 2 Next › Last »
jose1711 commented on 2019-02-13 19:24
thanks for the update and also for the offer - i will pass though. i am not planning to use imgseek regularly - i was only checking packages which has pyqt3 as a dependency once i figured out how to build it alongside the current sip. i also agree that extending
sys.path
is a better solution than using envvar.applebloom commented on 2019-02-13 17:55
@jose1711 OK, I've updated. I added code to the script so that you don't have to set the env variable (python allows to set import paths programmatically). I lost interest in the program years ago, I'm thinking of writing a program for image comparison myself anyway. Anyway, would you like to maintain this package?
jose1711 commented on 2019-02-13 12:48
now depends on
python2-sip418
and needs this modification to build and package:to run one needs to set
PYTHONPATH
as follows:PYTHONPATH=/usr/lib/python2.7/site-packages/sip418 imgSeek
gh0st commented on 2015-01-15 14:52
################################### Check for PyQT
Could not import the PyQt library. Please install it.
The source for PyQt can be found at: http://www.riverbankcomputing.co.uk. You should first try installing it from your distribution package system. (PyQT package)
applebloom commented on 2013-12-18 17:13
I adopted the package and cleaned up a bit.
I also fixed the AUR dependencies so that they build.
Please rebuild qscintilla-qt3, pyqt3 and this (in this order) and it should work.
Dan39 commented on 2013-09-26 04:45
Having a similar problem now... I believe due to import qt which when done in python shows
RuntimeError: the sip module implements API v10.0 to v10.1 but the qt module requires API v9.2
Anonymous comment on 2013-01-19 11:29
the problem could be: "RuntimeError: the sip module implements API v9.0 but the qt module requires API v8.1"
when setup.py tries to import qt.
rebuild pyqt, but did not fix the problem (https://bugs.archlinux.org/task/32175)
jesseFrey commented on 2013-01-13 19:42
#################################### Check for PyQT
Could not import the PyQt library. Please install it.
The source for PyQt can be found at: http://www.riverbankcomputing.co.uk. You should first try installing it from your distribution package system. (PyQT package)
thing is that pyqt is installed:
jesse ~ $ pacman -Qs pyqt
local/pyqt 4.9.6-1
A set of Python 3.x bindings for the Qt toolkit
local/pyqt-common 4.9.6-1
Common PyQt files shared between pyqt and python2-pyqt
local/pyqt3 3.18.1-11
A set of Python bindings for the Qt3 toolkit
local/python2-pyqt 4.9.6-1
A set of Python 2.x bindings for the Qt toolkit
haawda commented on 2011-08-06 12:54
fixed
Dan39 commented on 2011-08-05 03:56
the command line script imgSeekCmd fails at "from imgSeekLib import ImgDB"
i believe it is a typo somewheres. making link from ImageDB.py to ImgDB.py makes it work...