importing modules from alternate path

2009-03-24 Thread R. David Murray
=?UTF-8?Q?Alexandru__Mo=C8=99oi?= wrote: > I'm trying with no succes to load modules from an alternate path. When > installing to default location (no --home specifed) everything works > as expected. > > $ python setup.py install --home=~ > running install > running build > running build_ext > ru

importing modules from alternate path

2009-03-24 Thread Alexandru Moșoi
I'm trying with no succes to load modules from an alternate path. When installing to default location (no --home specifed) everything works as expected. $ python setup.py install --home=~ running install running build running build_ext running install_lib running install_egg_info Removing /home/vo