Re: setup issues with Django

2008-05-25 Thread James Matthews
It looks nice. I am going to try it out On Sun, May 25, 2008 at 7:01 PM, Joseph <[EMAIL PROTECTED]> wrote: > > There is instant Django: http://www.instantdjango.com/download.html > No install. Just unzip and it works well. then you can update your > copy of Django as well. Works well for me.

Re: setup issues with Django

2008-05-25 Thread Joseph
There is instant Django: http://www.instantdjango.com/download.html No install. Just unzip and it works well. then you can update your copy of Django as well. Works well for me. Joseph http://www.jjude.com On May 25, 6:35 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Sun, May 25, 2008 at 8:

Re: setup issues with Django

2008-05-25 Thread Karen Tracey
On Sun, May 25, 2008 at 8:43 AM, wheresdave <[EMAIL PROTECTED]> wrote: > > I have been trying to setup django on a windows XP machine for almost > 4 hours now. Each step of the way I run into a new error that I have > to find a workaround for, which is very unfortunate. > > I have django 0.96.2 in

Re: setup issues with Django

2008-05-25 Thread Tim Chase
> ImportError: No module named django.core > > I ran many google searches on this error and none of the docs came > back with anything useful to solve my challenge. > > I went to the IRC forums and they told me that Django is not on my > path. Well, i had already tried adding to my path per the

setup issues with Django

2008-05-25 Thread wheresdave
I have been trying to setup django on a windows XP machine for almost 4 hours now. Each step of the way I run into a new error that I have to find a workaround for, which is very unfortunate. I have django 0.96.2 in my site-packages directory, and python is on the root of C. I have also added pyt