I use
Python 2.6 for other tasks while imgSeek currently requires Python 2.4.
Is there any plan to release an official version of imgSeek that works with Python 2.6 (and Ubuntu distribution)?
Currently I managed to get imgSeek to load on Python 2.5 (with
Ubuntu 9.04) and can do similarity search, but got an error when I tried to do Browse->Similarity (whether by Color or Content):
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/imgSeekLib/imgSeekApp.py",
line 1782, in categorizeButton_clicked
self.curdb.updateGroups(
self.app,thres,str
(self.groupByCombo.currentText()))
File "/usr/lib/python2.5/site-packages/imgSeekLib/ImageDB.py", line
472, in updateGroups
for i in range(imgdb.getLongList2Size(clusters)):
TypeError: Type error. Expected _p_long_list_2
Does anyone know how to get around this?
Thanks,
Paul