You don't _need_ to go the PYTHONPATH route (although that works). Re-read Carsten's post (particularly step 1, see section 6.1.1).
You can use:
sys.path.append('..')
from brave import sir_robin
--
http://mail.python.org/mailman/listinfo/python-list
