Re: python error with yum on F11

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

 



Hello Mark,

On 10/20/2009 06:48 AM, Mark Perew wrote:

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.

I think you might have (possibly inadvertently) messed up your python installation.

Check the following:
$ python --version          # should show you Python 2.6
$ python -c "import sys; print sys.path"
# This should show you the places that python would look for modules such as Popen. It ideally should include '/usr/lib/python2.6/' (and '/usr/lib64/python26 if you have a x86_64 box).

$ echo $PYTHONPATH
# This env variable is passed to python to modify the sys.path (mentioned above) at runtime. This should ideally not exist if you don't do any python development yourself.

Let us know what you find,
cheers,
- steve

--
random non tech spiel: http://lonetwin.blogspot.com/
tech randomness: http://lonehacks.blogspot.com/
what i'm stumbling into: http://lonetwin.stumbleupon.com/

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux