Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230113 - equery fails on everything with "ImportError: No module named thread"
Summary: equery fails on everything with "ImportError: No module named thread"
Status: RESOLVED DUPLICATE of bug 230021
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-29 23:41 UTC by *
Modified: 2008-06-30 02:23 UTC (History)
0 users

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 * 2008-06-29 23:41:53 UTC
Not sure when this started but when I try running (seemingly) any equery command there is the error (for example):

unix> equery files firefox
Traceback (most recent call last):
  File "/usr/bin/equery", line 27, in ?
    import gentoolkit
  File "/usr/lib/gentoolkit/pym/gentoolkit/__init__.py", line 27, in ?
    from threading import Lock
  File "/usr/lib/python2.4/threading.py", line 6, in ?
    import thread
ImportError: No module named thread

I tried re-emerging gentoolkit- didn't fix the problem :(

Reproducible: Always

Steps to Reproduce:
1. equery <any command> <anything>
2.
3.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-06-29 23:57:58 UTC
USE="threads" emerge -1 python
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-30 02:03:02 UTC

*** This bug has been marked as a duplicate of bug 230021 ***
Comment 3 * 2008-06-30 02:23:45 UTC
That fixed it- thanks!