Re: Problem: Python search path - module order

2006-10-19 Thread Chris Lee-Messer
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. --~--~-~--~~~---~--~

Problem: Python search path - module order

2006-10-19 Thread aznach
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