Summary: | dev-python/matplotlib-1.3.0 - src_compile(): .../work/matplotlib-1.3.0-python2_7/setupext.py: ImportError: No module named wx | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Paweł Rumian <gorkypl> |
Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | gorkypl, jlec, meagher.kevin |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
Paweł Rumian
2013-10-05 17:04:55 UTC
dirty workaround: emerge -av wxpython && emerge matplotlib && emerge -C wxpython From the log: Traceback (most recent call last): File "setup.py", line 145, in <module> result = package.check() File "/tmp/portage/dev-python/matplotlib-1.3.0/work/matplotlib-1.3.0-python2_7/setupext.py", line 1581, in check wxversion.ensureMinimal('2.8') File "/usr/lib64/python2.7/site-packages/wxversion.py", line 209, in ensureMinimal ImportError: No module named wx *** Bug 487122 has been marked as a duplicate of this bug. *** Is this reproducible with latest versions of 1.3.0 and 1.3.1? 1.3.1 builds without problems. I can confirm that it works with the latest emerge --sync |