Re: Import of egg packages installed with easy_install

2008-12-01 Thread Alexey Vlasov
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-packa

Re: Import of egg packages installed with easy_install

2008-12-01 Thread Diez B. Roggisch
Alexey Vlasov wrote: > Hi. > > There's an already installed with easy_install packet, let's say flup, > to the home catalog: > $ ls -la ~/python/lib/python2.5/site-packages/ > total 176 > drwxr-xr-x 3 4096 Nov 29 18:57 . > drwxr-xr-x 3 4096 Nov 29 18:51 .. > -rw-r--r-- 1 208 Nov 29 18:57 easy-

Import of egg packages installed with easy_install

2008-12-01 Thread Alexey Vlasov
Hi. There's an already installed with easy_install packet, let's say flup, to the home catalog: $ ls -la ~/python/lib/python2.5/site-packages/ total 176 drwxr-xr-x 3 4096 Nov 29 18:57 . drwxr-xr-x 3 4096 Nov 29 18:51 .. -rw-r--r-- 1 208 Nov 29 18:57 easy-install.pth -rw-r--r-- 1 134573 Nov 29