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

Bug 472122

Summary: net-proxy/http-replicator-4.0_alpha2 - /usr/bin/http-replicator: ImportError: No module named Params
Product: Gentoo Linux Reporter: Russell Knighton <russell>
Component: Current packagesAssignee: Gentoo Network Proxy Developers (OBSOLETE) <net-proxy+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Russell Knighton 2013-06-02 17:59:08 UTC
Title sums it up. http-replicator-4.0_alpha2 doesn't appear to work as it fails to load, giving the following error:

Traceback (most recent call last):
  File "/usr/bin/http-replicator", line 4, in <module>
    import Params, Request, Response, fiber, weakref
ImportError: No module named Params

Other users have experienced the same issue, as can be seen at the bottom of this thread: http://forums.gentoo.org/viewtopic-p-7271176.html

Have masked it for now on my system.

Reproducible: Always
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-06-05 13:33:04 UTC
+  05 Jun 2013; Tom Wijsman <TomWij@gentoo.org>
+  +http-replicator-4.0_alpha2-r1.ebuild:
+  Revision bump, added missing Python modules. Fixes bug #472122 reported by
+  Russell Knighton.