| Summary: | app-cdr/serpentine - ImportError: No module named xpath | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Dimas Moreira Junior <dimas> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Serpentine ebuild works, but the application won't run, exiting with an error message. Reproducible: Always Steps to Reproduce: 1. emerge serpentine 2. serpentine Actual Results: Traceback (most recent call last): File "/usr/bin/serpentine", line 51, in ? from serpentine import SerpentineApplication, SerpentineError, operations, gtkutil, validate_music_list, HeadlessApplication File "/usr/lib/python2.4/site-packages/serpentine/__init__.py", line 42, in ? from mastering import AudioMastering, GtkMusicList, MusicListGateway File "/usr/lib/python2.4/site-packages/serpentine/mastering.py", line 31, in ? import xspf File "/usr/lib/python2.4/site-packages/serpentine/xspf.py", line 27, in ? from xml.xpath import Evaluate ImportError: No module named xpath Expected Results: Application should run.