I just started getting the following error from yum:<br><br><div style="margin-left: 40px; font-family: courier new,monospace;">There was a problem importing one of the Python modules<br>required to run yum. The error leading to this problem was:<br>
<br>   cannot import name Popen<br><br>Please install a package which provides this module, or<br>verify that the module is installed correctly.<br><br>It's possible that the above module doesn't match the<br>current version of Python, which is:<br>
2.6 (r26:66714, Jun  8 2009, 16:07:26) <br>[GCC 4.4.0 20090506 (Red Hat 4.4.0-4)]<br><br>If you cannot solve this problem yourself, please go to <br>the yum faq at:<br>  <a href="http://wiki.linux.duke.edu/YumFaq">http://wiki.linux.duke.edu/YumFaq</a><br>
</div><br>Popen is supposed to be provided by subprocess.py, and I've confirmed that class Popen is in the /usr/lib/python2.6/subprocess.py module.  I don't see anything helpful on the website above, or in a google search, or in pinging a few helpful associates.  Any guidance from this community will be appreciated.<br>
<br>Thanks.<br>