On Tue, 2013-07-30 at 16:33 -0500, Richard Shaw wrote: > After a failed fedup upgrade from F18 to 19 I was left with a broken > system... > > > No problem, I figured, I would just boot a F19 install DVD and go into > rescue mode and fix things using "yum --installroot=..." > > > After booting into rescue mode I tried running yum, and the program > seems to be there, but it complained about not being able to import > the yummain module. I have been in this situation. I had to set the PYTHONPATH environment variable in order for yum to find the modules it needs. Something like: # export PYTHONPATH=/mnt/sysimage/usr/share/yum-cli # yum --installroot=/mnt/sysimage ..... --Greg -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org