Re: Yet another installation problem

2008-05-07 Thread LRP
Hi Tkm, That did the trick! I actually had a symlink in /usr/local/bin, but it wasn't correctly formatted. I must have misread the `pwd` phrase in the symlink command. Many thanks, LRP On May 7, 8:21 pm, "Bruno Tikami" <[EMAIL PROTECTED]> wrote: > Hello LRP, > > Your problem is not with yout

Re: Yet another installation problem

2008-05-07 Thread Bruno Tikami
Hello LRP, Your problem is not with yout PYTHONPATH but with your user's profile PATH. If your Debian can't find django-admin.py it's because it's not on your "bin" directory (which usually is /usr/bin but can also be in /usr/local/bin). Synlink django-admin.py into /usr/bin (once you've already