Re: setup.py installation and module search path

2007-02-20 Thread Gabriel Genellina
En Tue, 20 Feb 2007 20:56:13 -0300, Russ <[EMAIL PROTECTED]> escribió: >> I'm no expert, but I think what normally happens is the module gets >> installed into ../pythonxx/lib/site-packages/ and if it >> installs __init__.py file there they get automatically searched. >> At least that the way th

Re: setup.py installation and module search path

2007-02-20 Thread Russ
Larry Bates wrote: > I'm no expert, but I think what normally happens is the module gets > installed into ../pythonxx/lib/site-packages/ and if it > installs __init__.py file there they get automatically searched. > At least that the way things work for me. But if I don't have root priviledge, t

Re: setup.py installation and module search path

2007-02-20 Thread Larry Bates
Russ wrote: > When I run setup.py to install a pure python package, is it supposed > to > automatically set my search path to find the installed modules? Or am > I > supposed to set my PYTHONPATH variable myself in my .bashrc file? > > And what if I don't have root priviledge? Then what is suppose

setup.py installation and module search path

2007-02-20 Thread Russ
When I run setup.py to install a pure python package, is it supposed to automatically set my search path to find the installed modules? Or am I supposed to set my PYTHONPATH variable myself in my .bashrc file? And what if I don't have root priviledge? Then what is supposed to happen? Can anyone gi