Re: Installation error - missing module django.core

2008-07-03 Thread Leaf
Thanks for the help. I really should have followed the instructions better, I guess. On Jul 3, 3:51 pm, "Marty Alchin" <[EMAIL PROTECTED]> wrote: > On Thu, Jul 3, 2008 at 3:25 PM, Leaf <[EMAIL PROTECTED]> wrote: > > 3. To make sure that I could run properly, I added C:\Python25 and C: > > \Python

Re: Installation error - missing module django.core

2008-07-03 Thread Marty Alchin
On Thu, Jul 3, 2008 at 3:25 PM, Leaf <[EMAIL PROTECTED]> wrote: > 3. To make sure that I could run properly, I added C:\Python25 and C: > \Python25\Lib\site-packages\django\django\bin to my PATH variable. Looks like you've got one too many "django" directories in here. When Python tries to import

Re: Installation error - missing module django.core

2008-07-03 Thread phillc
inside your sitepackages/django folder, there is a folder called django... that is what should be in site-packages On Jul 3, 3:25 pm, Leaf <[EMAIL PROTECTED]> wrote: > I'm trying to install Django on Windows XP SP2, but I received an > error while doing so. > > 1. I downloaded and installed Pytho

Installation error - missing module django.core

2008-07-03 Thread Leaf
I'm trying to install Django on Windows XP SP2, but I received an error while doing so. 1. I downloaded and installed Python 2.5, PostgreSQL 8.3.1, and psycopg. 2. I used TortoiseSVN to check out the latest revision from the SVN repository at http://code.djangoproject.com/svn/django/trunk/ and s