I know almost nothing about setuptools, but you may be able to do:
python setup.py develop
from your svn directory to tell setuptools to use the trunk. Otherwise,
you need to manipulate your python search path either in the shell or
in code.
--~--~-~--~~~---~--~
Hello!
I have a shared hosting account at GrokThis.net and have a problem with
the module order of the Python search path.
I'd like to use django's svn trunk instead of the
"Django-0.95-py2.4.egg" provided in site-packages.
The problem is that the "django egg" gets preference over the "django
s
2 matches
Mail list logo