Bug 891788
| Summary: | MyPaint does not start | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jean-François Fortin Tam <nekohayo> |
| Component: | mypaint | Assignee: | Christoph Wickert <christoph.wickert> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | christoph.wickert, tomspur |
| 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-01-14 04:20:50 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: | |||
Thanks for reporting this bug. Seems a simple rebuild should fix it. Stay< tuned. mypaint-1.0.0-5.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mypaint-1.0.0-5.fc18 Package mypaint-1.0.0-5.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 mypaint-1.0.0-5.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-0175/mypaint-1.0.0-5.fc18 then log in and leave karma (feedback). mypaint-1.0.0-5.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
On Fedora 18 64-bits, I installed mypaint from the main repositories. It does not start and says it is incorrectly installed, like so: jeff@kusanagi:~$ mypaint RuntimeError: module compiled against API version 7 but this version of numpy is 6 We are not correctly installed or compiled! script: "/usr/bin/mypaint" deduced prefix: "/usr" lib_shared: "/usr/share/mypaint/" lib_compiled: "/usr/lib64/mypaint/" Traceback (most recent call last): File "/usr/bin/mypaint", line 164, in <module> datapath, extradata, confpath, localepath = get_paths() File "/usr/bin/mypaint", line 108, in get_paths from lib import mypaintlib File "/usr/share/mypaint/lib/mypaintlib.py", line 26, in <module> _mypaintlib = swig_import_helper() File "/usr/share/mypaint/lib/mypaintlib.py", line 18, in swig_import_helper import _mypaintlib ImportError: numpy.core.multiarray failed to import