RE: installing a python program....






Easiest way is to download and use setup tools

use easy_install <package-name> --install-dir <dir-name>.

Make sure the install dir is in your pythonpath.
Percy

Date: Thu, 24 Jul 2008 14:21:30 -0700
From: chaim.rieger@xxxxxxxxx
To: redhat-list@xxxxxxxxxx
Subject: Re: installing a python program....

m.roth2006@xxxxxxx wrote:
Yup. And they also don't mention that I needed to install cElementTree, but I see reference to that in the setup.py.

mark, very frustrated

did that work ?



--
--
Chaim Rieger

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

_________________________________________________________________
Chose your Life Partner? Join MSN Matrimony
http://www.shaadi.com/msn/matrimony.php --
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • Re: Creating an application for Linux
    ... ubuntu, do an absolute minimalist install (netbook, businesscard, ... Linux upgrade breaking my application. ... The PYTHONPATH variable can be set to a list of paths that will be ... having multiple copies of python libraries on your system was exactly ...
    (comp.lang.python)
  • Re: Import of egg packages installed with easy_install
    ... There's an already installed with easy_install packet, let's say flup, ... $ echo $PYTHONPATH ... It's not sufficient to add simply your local site-packages, you must install ...
    (comp.lang.python)
  • Re: PYTHONPATH in Windows
    ... We need to set up PYTHONPATH so ... just be done through the environment variables? ... "On Windows, the setup is a bit more involved, largely because ... python install directory, you'll need to tell it how to find your ...
    (comp.lang.python)
  • Re: How to organize Python files in a (relatively) big project
    ... >>>How to install this structure eg. on Linux? ... >> Read about the Python-provided distutils, ... in /usr/lib/python or that such a thing as PYTHONPATH even exists. ...
    (comp.lang.python)
  • Re: Installing BeautifulSoup with easy_install (broken?)
    ... I wanted to install BeautifulSoup today for a small project and decided to use easy_install. ... Reading http://www.crummy.com/software/BeautifulSoup/ ... PYTHONPATH and easy_install BeautifulSoup worked. ...
    (comp.lang.python)