Hi Bob, On Thu, Nov 18, 2004 at 01:54:34PM +0200, Bob Ippolito wrote: > It's not unreasonable to ask people to add src to their PYTHONPATH by > some means (pth file or otherwise).
For reference (as Holger told us here), the real reason for autopath is to make all this sys.path hacking local to the project. We can have several copies or branches of PyPy on the same machine and don't have to worry that starting py.py from one of these copies will actually import the pypy package of another. Armin _______________________________________________ [EMAIL PROTECTED] http://codespeak.net/mailman/listinfo/pypy-dev
