Re: Problem: Python search path - module order

2006-10-17 Thread Thomas Guettler
aznach wrote: > 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. > I use ~/.bash_profile to set: > ---

Problem: Python search path - module order

2006-10-16 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 sv