Import of egg packages installed with easy_install

Alexey Vlasov renton at 1gb.ru
Tue Dec 2 01:55:33 EST 2008


Hi Diez.

On Mon, Dec 01, 2008 at 08:09:29PM +0100, Diez B. Roggisch wrote:

> It's not sufficient to add simply your local site-packages, you must install
> it using the module site's addsitedir-function, like this:
> 
> import site
> site.addsitedir("/home/username/python/lib/python2.5/site-packages")
 
Thanks for help.

-- 
BRGDS. Alexey Vlasov.



More information about the Python-list mailing list