Description of problem: Latest yumex dies with: ImportError: No module named output Reverting to yumex-0.45-2.0.fc5.noarch.rpm eliminates the problem. Version-Release number of selected component (if applicable): yumex-0.99.2-1.0.fc5.noarch.rpm How reproducible: 100% Steps to Reproduce: 1.yumex 2. 3. Actual results: Traceback (most recent call last): File "/usr/share/yumex/yumexmain.py", line 35, in ? from yumex import * File "/usr/lib/python2.4/site-packages/yumex/__init__.py", line 24, in ? from yumexBase import * File "/usr/lib/python2.4/site-packages/yumex/yumexBase.py", line 47, in ? import output ImportError: No module named output Expected results: Additional info:
The Error happens because on my development workstation im testing against a yum cvs checkout, located in /usr/share/yum-cvs, so i add this path to the Python Path , so the output module is loaded from this directory. On a normal yum installation yum is located in /usr/share/yum-cli so this path has to be include in the Python Path. I forgot to change this before packing the code for the Fedora Extras buildsystem. I have made a new release 0.99.3 there fixes the problem. I has build on the buildsystem, yesterday evening (CET). So i will popup to day in there repositories.