Bug 905508 - Traceback when importing pylibmc
Summary: Traceback when importing pylibmc
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pylibmc
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rahul Sundaram
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-29 14:26 UTC by Ralph Bean
Modified: 2013-02-27 02:46 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-27 02:46:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ralph Bean 2013-01-29 14:26:28 UTC
I get the following traceback when trying to import pylibmc on F18 (which doesn't totally seem to make sense.

Python 2.7.3 (default, Aug  9 2012, 17:23:57) 
[GCC 4.7.1 20120720 (Red Hat 4.7.1-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylibmc
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.7/site-packages/pylibmc/__init__.py", line 70, in <module>
    import _pylibmc
RuntimeError: pylibmc requires >= libmemcached 0.32, was compiled with 1.0.8




The version I have installed is python-pylibmc-1.2.0-9.20110805gitf01c31.fc18.x86_64

Comment 1 Rahul Sundaram 2013-01-29 20:53:14 UTC
Looks like this is a upstream bug is overtly simplistic version check

https://github.com/lericson/pylibmc/issues/82

I will push out an update shortly.   Thanks for reporting this.

Comment 2 Fedora Update System 2013-01-29 21:32:49 UTC
python-pylibmc-1.2.3-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/python-pylibmc-1.2.3-2.fc18

Comment 3 Fedora Update System 2013-02-01 16:52:17 UTC
Package python-pylibmc-1.2.3-2.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-pylibmc-1.2.3-2.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-1729/python-pylibmc-1.2.3-2.fc18
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-02-27 02:46:31 UTC
python-pylibmc-1.2.3-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


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