Bug 742634 - cannot import name _quoteparams
Summary: cannot import name _quoteparams
Keywords:
Status: CLOSED DUPLICATE of bug 740395
Alias: None
Product: Fedora
Classification: Fedora
Component: koji
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-30 20:24 UTC by Nathanael Noblet
Modified: 2013-01-10 06:39 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-12 13:23:32 UTC
Type: ---


Attachments (Terms of Use)

Description Nathanael Noblet 2011-09-30 20:24:02 UTC
Description of problem:
The koji package in F15 is unusable. Following the guides, it fails to function because /usr/lib/python2.7/site-packages/koji/db.py cannot import _quoteparams from pgdb

The file begins like so:
import logging
import sys
import pgdb
import time
import traceback
from pgdb import _quoteparams
assert pgdb.threadsafety >= 1
import context


if you comment out the line 'from pgdb import _quoteparams', it starts to function. 

According to http://lists.fedoraproject.org/pipermail/buildsys/2011-May/003656.html

This fixes the issue unless debugging is turned on.

To reproduce this, you would have to install koji from scratch on F15 and follow http://fedoraproject.org/wiki/Koji/ServerHowTo until you were asked to add the kojira user via koji command line.

Comment 1 Michael Cronenworth 2011-10-12 13:23:32 UTC

*** This bug has been marked as a duplicate of bug 740395 ***


Note You need to log in before you can comment on or make changes to this bug.