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]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux