NaPs / Kolekto

Kolekto is a really KISS movie catalog software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing dependancies on Debian package

nadley opened this issue · comments

I don't know if you are the Debian packager but after installing on wheezy the last version with the repo of the README. I got this error :

kolekto init
Traceback (most recent call last):
  File "/usr/local/bin/kolekto", line 75, in <module>
main()
  File "/usr/local/bin/kolekto", line 46, in main
command_class = entrypoint.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
 File "/usr/local/lib/python2.7/dist-packages/kolekto/commands/restore.py", line 6, in <module>
from kolekto.db import MoviesMetadata
File "/usr/local/lib/python2.7/dist-packages/kolekto/db.py", line 2, in <module>
import gdbm
ImportError: No module named gdbm

After a small apt-get install python-gdbm everything seems to works