Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 201648

Summary: media-video/griffith doesn't work with >=dev-python/sqlalchemy-0.4
Product: Gentoo Linux Reporter: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Component: Current packagesAssignee: Krzysztof Pawlik (RETIRED) <nelchael>
Status: RESOLVED FIXED    
Severity: normal CC: media-video
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://griffith.berlios.de/forum/index.php?topic=408.msg1519#msg1519
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 202308    

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*