Re: Problem getting django on mac (10.5/Leopard) working

2012-02-05 Thread Peter of the Norse
On Jan 8, 2012, at 8:22 PM, larry.mart...@gmail.com wrote: > On Jan 7, 7:13 pm, "larry.mart...@gmail.com" > wrote: >> On Jan 7, 7:03 pm, David Markey wrote: >> >>> Is there a reason you didnt do easy_install django? >> >> Cause I didn't know about it. I just followed the directions I found >>

Re: Problem getting django on mac (10.5/Leopard) working

2012-01-08 Thread Martin Chiteri
I think its because the actual folder is named django-trunk but your application's import statement is using django to referrence it. The symbolic link resolved the issue for you. Martin. On 1/9/12, larry.mart...@gmail.com wrote: > On Jan 7, 7:13 pm, "larry.mart...@gmail.com" > wrote: >> On Jan

Re: Problem getting django on mac (10.5/Leopard) working

2012-01-08 Thread larry.mart...@gmail.com
On Jan 7, 7:13 pm, "larry.mart...@gmail.com" wrote: > On Jan 7, 7:03 pm, David Markey wrote: > > > Is there a reason you didnt do easy_install django? > > Cause I didn't know about it. I just followed the directions I found > at: > > https://docs.djangoproject.com/en/dev/topics/install/ > > Is th

Re: Problem getting django on mac (10.5/Leopard) working

2012-01-08 Thread Python_Junkie
using the terminal window execute the following command for each and every version of python that you might want to use. cd into the folder that contains the setup.py file in django and run the following command >>/usr/local/bin/pythonw setup.py install and all of the components will be moved i

Re: Problem getting django on mac (10.5/Leopard) working

2012-01-07 Thread larry.mart...@gmail.com
On Jan 7, 7:03 pm, David Markey wrote: > Is there a reason you didnt do easy_install django? Cause I didn't know about it. I just followed the directions I found at: https://docs.djangoproject.com/en/dev/topics/install/ Is there some reason that wouldn't work? > > On 8 January 2012 01:50, lar

Re: Problem getting django on mac (10.5/Leopard) working

2012-01-07 Thread David Markey
Is there a reason you didnt do easy_install django? On 8 January 2012 01:50, larry.mart...@gmail.com wrote: > I am trying to get django working on my mac. I downloaded it from SVN > to /usr/local/django-trunk and it's there: > > $ ls /usr/local/django-trunk/ > __init__.py corehttp

Problem getting django on mac (10.5/Leopard) working

2012-01-07 Thread larry.mart...@gmail.com
I am trying to get django working on my mac. I downloaded it from SVN to /usr/local/django-trunk and it's there: $ ls /usr/local/django-trunk/ __init__.py corehttptemplatetags bin db middleware test confdispatch