I decided to go the PYTHONPATH route (in tcsh); it works perfectly--- thanks!

On Nov 30, 2006, at 7:23 PM, Douglas S. Blank wrote:

For example, if you have pyrobot in your home directory you could do this
in bash:

export PYTHONPATH=$PYTHONPATH:/home/yourid
export PYROBOT=/home/yourid/pyrobot

Is there a reason you suggest putting pyrobot at the end of the path? (I'd have thought pyro users would want any naming conflicts to resolve to pyro's files).

Before I sent my original email, I checked out:

http://www.python.org/doc/2.4.1/inst/search-path.html

and was worried that so simple a solution as setting PYTHONPATH to pyrobot's parent would not be enough to tell python to traverse inside pyrobot's directorys recursively (especially since there was no .pth file in the pyrobot directory). Is there a piece of magic in my understanding that's lacking?

Thanks again,
--b



_______________________________________________
Pyro-users mailing list
[email protected]
http://emergent.brynmawr.edu/mailman/listinfo/pyro-users

Reply via email to