fc3test3 yum go boom after oct 17 update

Ulrich Drepper drepper at redhat.com
Tue Oct 19 20:48:00 UTC 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dan Hollis wrote:
> Affects both x86_64 and i386:
> 
> # yum 
> Traceback (most recent call last):
>   File "/usr/bin/yum", line 6, in ?
>     import yummain
> ImportError: No module named yummain
> 
> It worked fine before the oct 17 update.

For whatever reason the path in /usr/bin/yum is something from the
developer's home machine.  I use this patch:

- --- /usr/bin/yum-save   2004-10-19 13:47:02.307123913 -0700
+++ /usr/bin/yum        2004-10-19 13:47:27.360718584 -0700
@@ -1,7 +1,7 @@
 #!/usr/bin/python

 import sys
- -sys.path.insert(0, '/home/skvidal/cvs/yum-HEAD')
+sys.path.insert(0, '/usr/share/yum-cli')

 import yummain
 try:


- --
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFBdX2A2ijCOnn/RHQRAiMlAKDE0uHkdjICfP4asdYj48C5pWyY5wCfUuP6
jcH0n3ueAp5U59dyjnfSSmo=
=PAGA
-----END PGP SIGNATURE-----




More information about the fedora-test-list mailing list