Re: More PYTHONPATH issues

2010-03-23 Thread Firat Can Basarir
Have you tried typing "sudo python -V" or restarting your shell session? On Tue, Mar 23, 2010 at 11:59 PM, irishsteve wrote: > Have you set up the necessary sym links? > > See points 3 & 4 at the bottom of this page: > http://docs.djangoproject.com/en/dev/topics/install/ > > On 23 Mar, 21:13, Ri

Re: Can't perform chmod on django-admin.py

2010-03-23 Thread Firat Can Basarir
Are you writing these commands as root? If not there might be something fishy going on there. Can you move django-admin.py to somewhere else? On Wed, Mar 24, 2010 at 12:05 AM, irishsteve wrote: > Hi > > I've caused myself some problems by updating python then trying to > change back. > > I'm nea

Re: Overriding admin Media class

2010-03-24 Thread Firat Can Basarir
Scot you need to learm Python. The problem is you are defining get_class as an instance method and trying to call it is a class method (or static method). On Wed, Mar 24, 2010 at 8:00 PM, Scot Hacker wrote: > > On Mar 23, 5:32 pm, Paulo Almeida wrote: > > I don't have a working sample (never di