Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201648 - media-video/griffith doesn't work with >=dev-python/sqlalchemy-0.4
Summary: media-video/griffith doesn't work with >=dev-python/sqlalchemy-0.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL: http://griffith.berlios.de/forum/inde...
Whiteboard:
Keywords:
Depends on:
Blocks: 202308
  Show dependency tree
 
Reported: 2007-12-08 03:05 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2007-12-14 19:34 UTC (History)
1 user (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 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2007-12-08 03:05:47 UTC
griffith doesn't start when >=sqlalchemy-0.4 is installed:

lars@BadBoy:~> griffith
Traceback (most recent call last):
  File "/usr/bin/griffith", line 1139, in <module>
    griffith = Griffith()
  File "/usr/bin/griffith", line 100, in __init__
    self.db = GriffithSQL(self.config, self.debug, self.locations['home'])
  File "/usr/share/griffith/lib/sql.py", line 285, in __init__
    from sqlalchemy.mods.threadlocal import assign_mapper
ImportError: No module named threadlocal
lars@BadBoy:~>

downgrading to <sqlalchemy-0.4 fixes the problem.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 \>=sqlalchemy-0.4
2. run griffith
3. see errormessage like above




Upstream seems to be aware of this bug (see URL) but I don't know if it's being worked on...
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-12-14 19:34:59 UTC
Dep set to =sqlalchemy-0.3*