Description of problem: Here's the thing, I wanted to follow the wiki of Imprudence Viewer to compile in Mageia & as I followed the steps on the wiki I came to the part when you type python develop.py. It didn't finish 'cause indra.util wanted to download something to complete. I therefor got a suggestion to uninstall python-celementtree & then it finish completely fine. I've also reported this upstream to the python bugtracker & that URL is added above. Version-Release number of selected component (if applicable): 1.0.5 How reproducible: Everytime I try. Steps to Reproduce: 1. Open Terminal/Shell/Console as a normal user. 2. cd to Desktop. 3. Make sure git is installed. 4. Do git clone git://github.com/imprudence/imprudence.git 5. cd to imprudence/linden/indra. 6. Run python develop.py 7. Voila! Compilation fails due to an error concerning indra.util. Solution: 1. Login as root in Terminal/Shell/Console. 2. Type urpme python-celementtree & press Enter. 3. If you want or need, do urpme --auto-orphans just to make sure the orphaned packages are removed. Now, try steps 1 to 6 in Steps to Reproduce & you'll see that it's working.
CC: (none) => kristoffer.grundstrom1983
Keywords: (none) => UPSTREAM
Kernel involved is 2.6.38.8-desktop-4.mga
that is not a bug...
Status: NEW => RESOLVEDResolution: (none) => INVALID
Have you tried to reproduce & perhaps can share a solution?