Re: Newbie: Trouble getting "import django" to run on Mac OSX 10.5.8

2009-10-10 Thread dbakerweb
I think I figured out my error. I was told to copy the new sub- directory named "django" to site-packages. I copied the whole directory (django-1.1) there instead. I made the fix. Now when I "import django" I just get the prompt back - no error. I assume it is working. Thanks for the time you too

Re: Newbie: Trouble getting "import django" to run on Mac OSX 10.5.8

2009-10-10 Thread dbakerweb
I followed the install instructions in the book entitled: "Python Web Development with Django". I copied the expanded Directory "Django-1.1" to /Library/Python/2.5/site-packages. I don't know how to answer the question about the pythonpath because that is the "howto" info that is missing. One arti

Re: Newbie: Trouble getting "import django" to run on Mac OSX 10.5.8

2009-10-10 Thread Daniel Roseman
On Oct 10, 4:01 pm, dbakerweb wrote: > I have gotten to the point where I want to test my install of Django. > I run "import django" and get the "No module named django" error. I > suspect it is a path issue but I've not been able to understand any > googled results for fixing path issues. I am a

Newbie: Trouble getting "import django" to run on Mac OSX 10.5.8

2009-10-10 Thread dbakerweb
I have gotten to the point where I want to test my install of Django. I run "import django" and get the "No module named django" error. I suspect it is a path issue but I've not been able to understand any googled results for fixing path issues. I am a newbie and not a Unix sysadmin. Please help.