On 21 Jun 2006 15:54:56 -0700, rh0dium <[EMAIL PROTECTED]> wrote: > Hi all, > > Can anyone help me out. I would like to have python automatically look > in a path for modules similar to editing the PYTHONPATH but do it at > compile time so every user doesn't have to do this.. > > Soo... > > I want to add /foo/bar to the PYTHONPATH build so I don't have to add > it later on. Is there a way to do this?
You don't need to recompile python. Just change sys.path before all import statements. -- http://mail.python.org/mailman/listinfo/python-list