{{{ File “/usr/lib/python2.5/site-packages/revisor/pkgorder.py”, line 36, in import iutil ImportError: No module named iutil }}}
iutil.py is installed in /usr/lib/anaconda
This usually means: - anaconda considers this internal and doesn't want you to use it - it is not on sys.path by default, and if you want to ignore anaconda's desire, you should do something in your program to get it on sys.path
I assume this works for you guys because you're never running it from an installed version ?
Seems to be commented out in head so... I think F-9 will just need a respin once all the major bugs are worked out