| Summary: | python-3.2.5 do not know pygments module whereas 2.7.5 and 3.3.3 make it | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | minor | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Toralf Förster
2014-06-13 15:58:51 UTC
Have you installed dev-python/pygments with PYTHON_TARGETS containing python3_2? tfoerste@n22 ~ $ eix -I pygments
[I] dev-python/pygments
Available versions: 1.4 1.5 1.5-r1 1.6 ~1.6-r1 ~1.6_p20140324 {doc test PYTHON_TARGETS="pypy python2_6 python2_7 python3_2 python3_3 python3_4"}
Installed versions: 1.6(04:19:24 PM 01/31/2014)(-doc -test PYTHON_TARGETS="python2_7 python3_3 -pypy2_0 -python2_6 -python3_2")
Homepage: http://pygments.org/ http://pypi.python.org/pypi/Pygments
Description: Pygments is a syntax highlighting package written in Python.
(In reply to Toralf Förster from comment #2) > PYTHON_TARGETS="python2_7 python3_3 -pypy2_0 -python2_6 -python3_2") > Homepage: http://pygments.org/ You compiled it with PYTHON_TARGETS=-python3_2 and then you are surprised python3.2 complains about lacking a pygments module? Therfore PEBKAC - sry |