Bug 916515
Summary: | Unable to import pymunk in Python | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Juhamatti Niemelä <iiska> |
Component: | pymunk | Assignee: | Rob Gilton <rob> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | gwync, rob |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-03-14 02:43:41 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Fix incoming. pymunk-1.0.0-6.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/pymunk-1.0.0-6.fc18 pymunk-1.0.0-6.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/pymunk-1.0.0-6.fc17 Package pymunk-1.0.0-6.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing pymunk-1.0.0-6.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-3432/pymunk-1.0.0-6.fc17 then log in and leave karma (feedback). pymunk-1.0.0-6.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. pymunk-1.0.0-6.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: "import pymunk" causes AttributeError: python: undefined symbol: cpMessage Version-Release number of selected component (if applicable): pymunk-1.0.0-4.fc18.noarch How reproducible: Always Steps to Reproduce: 1. Start python interpreter: $ python 2. import pymunk Actual results: >>> import pymunk Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/pymunk/__init__.py", line 48, in <module> import pymunk._chipmunk as cp File "/usr/lib/python2.7/site-packages/pymunk/_chipmunk.py", line 48, in <module> cpMessage = chipmunk_lib.cpMessage File "/usr/lib64/python2.7/ctypes/__init__.py", line 373, in __getattr__ func = self.__getitem__(name) File "/usr/lib64/python2.7/ctypes/__init__.py", line 378, in __getitem__ func = self._FuncPtr((name_or_ordinal, self)) AttributeError: python: undefined symbol: cpMessage Expected results: Import should be successful Additional info: Following Python and Chipmunk rpms are installed: python-2.7.3-13.fc18.x86_64 chipmunk-5.3.4-4.fc18.x86_64