Re: Django breaks Python 2.5's help()

2007-10-10 Thread Sandro Dentella
On Wed, Oct 10, 2007 at 07:41:14AM -, Tomi Pieviläinen wrote: > > It seems that if you have Django installed for Python 2.5, the > internal help system breaks up a bit. To reproduce just open the > normal shell (not through manage.py), type "help()" and "modules". > > Setting

Django breaks Python 2.5's help()

2007-10-10 Thread Tomi Pieviläinen
It seems that if you have Django installed for Python 2.5, the internal help system breaks up a bit. To reproduce just open the normal shell (not through manage.py), type "help()" and "modules". Setting DJANGO_SETTINGS_MODULE works around this, but shouldn't IMO be required. Also 2.4 works just