Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554396 - net-misc/polly twitter client: ImportError: No module named gdbm
Summary: net-misc/polly twitter client: ImportError: No module named gdbm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-10 00:01 UTC by Michael Gn. Gajda
Modified: 2015-07-28 14:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gn. Gajda 2015-07-10 00:01:12 UTC
net-misc/polly packages in tree do not run, failing to find gdbm. At first, I thought it was a missing use-fag dependency on python:
> dev-lang/python[gdbm]

But even when enabling it manually, it still fails:

Polly 0.93.11 (pre-alpha 3.11)
Copyright (C) 2011 Marcelo Hashimoto
cache path: /home/draget/.cache/polly
config path: /home/draget/.config/polly
data home: /home/draget/.local/share/polly
Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/polly", line 241, in <module>
    from polly import setting, gui
  File "/usr/lib64/python2.7/site-packages/polly/__init__.py", line 344, in <module>
    import external, setting, proxy, shortener, iconset, twitter, gui
  File "/usr/lib64/python2.7/site-packages/polly/gui/__init__.py", line 177, in <module>
    import frontend, dialog, color, font, theme, basic, status, twitter, header, indicator, stream, shell
  File "/usr/lib64/python2.7/site-packages/polly/gui/twitter/__init__.py", line 992, in <module>
    import lead, post, topic, shelf, database, account
  File "/usr/lib64/python2.7/site-packages/polly/gui/twitter/shelf.py", line 22, in <module>
    import gdbm, os, shutil
ImportError: No module named gdbm

Sincerely and much appreciation,
Michael
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-07-28 14:02:04 UTC
+*polly-0.93.12 (28 Jul 2015)
+
+  28 Jul 2015; Justin Lecher <jlec@gentoo.org> +polly-0.93.12.ebuild,
+  -files/polly-0.93.10-desktop.patch, -polly-0.93.10.ebuild,
+  -polly-0.93.9.ebuild, polly-0.93.11.ebuild:
+  Add missing gdbm to python dep, bug #554396; drop old; version Bump
+