On 10/12/2010 4:02 PM, Robbington wrote: > I mention this because some one has said that it is to do with your > Python path, and this isnt true, its to do with the way you installed > django in the first place.
It's nothing to do with the Python path (which is held in sys.path, and is essentially the list of directories that the interpreter searches for importable modules). It's to do with the shell search path (under most shells, the $PATH environment variable) which is a colon-separated list (Windows: a semicolon-separated) list of directories which the shell searches for programs to execute. I'd be very surprised, by the way, to find the ls program in /usr/local/bin. It normally lives (as do most other system binaries) in /bin. regards Steve -- DjangoCon US 2010 September 7-9 http://djangocon.us/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.