Re: bash error when trying to django_admin.py; not found -- FAQ not helping

2012-05-20 Thread Michal Petrucha
On Sun, May 20, 2012 at 02:08:14AM -0700, Mike Manfrin wrote: > Holy moly. > > Turns out I was typing django_admin.py when I needed to type django- > admin.py. > > I am feeling a terribly strange mix of relief and stupidity right > now. Just a quick tip, to avoid such mistakes in the future, try

Re: bash error when trying to django_admin.py; not found -- FAQ not helping

2012-05-20 Thread Mike Manfrin
Holy moly. Turns out I was typing django_admin.py when I needed to type django- admin.py. I am feeling a terribly strange mix of relief and stupidity right now. On May 20, 3:36 am, Mario Gudelj wrote: > Hey Mike, > > If you go to Python shell and do "import django", do you get an error > messag

Re: bash error when trying to django_admin.py; not found -- FAQ not helping

2012-05-19 Thread Mario Gudelj
Hey Mike, If you go to Python shell and do "import django", do you get an error message and what is it? Also, the location of 2.7 is different to other versions. They used to be under /Library/Python/.. and 2.7 is under /System/Library/.. so you may want to check your paths. Also, try installing