[Yum] same named class bug

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Seth,
We're glad your alive, and I think the header tarball idea is good.

We've had an interesting bug pop up.
It seems that your module names weren't unique enough.  We have a product here 
called 'enstore' (not to be confused with all the other company's/products of 
the same name)  It is written in python too, and they have a madule called 
callback.pyc too.
This caused yum to not be happy because it kept grabbing the wrong module.

Anyway, it was fixed by changing /usr/bin/yum and changing

sys.path.append('/usr/lib/yum')

to

#sys.path.append('/usr/lib/yum')
sys.path.insert(0, '/usr/lib/yum')

Troy
-- 
__________________________________________________
Troy Dawson  dawson@xxxxxxxx  (630)840-6468
Fermilab  ComputingDivision/OSS  CSI Group
__________________________________________________



[Index of Archives]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux