Karen, I updated to the latest trunk by right clicking on the C:\django_src dir then using tortisesvn to update to the latest code from http://code.djangoproject.com/svn. I then removed the old install from C:\Python25\Lib\site-packages as well as the django-admin.py from the C:\Python25\Scripts directory then copied the django folder from C:\django_src to the site-packages directory. Next I placed a copy of django-admin.py in C:\Python25\Scripts. Here is the listing of C:\Python25\LIb\site-packages\django\.
*-rwxrwxrwx+ 1 bsisco ???????? 600 Apr 22 14:33 __init__.py -rwxrwxrwx+ 1 bsisco ???????? 800 May 14 13:42 __init__.pyc drwxrwxrwx+ 3 bsisco ???????? 0 May 15 07:05 bin drwxrwxrwx+ 6 bsisco ???????? 0 May 14 13:42 conf drwxrwxrwx+ 21 bsisco ???????? 0 May 14 13:42 contrib drwxrwxrwx+ 8 bsisco ???????? 0 May 14 13:42 core drwxrwxrwx+ 4 bsisco ???????? 0 May 14 13:42 db drwxrwxrwx+ 2 bsisco ???????? 0 May 14 13:42 dispatch drwxrwxrwx+ 3 bsisco ???????? 0 May 14 13:42 forms drwxrwxrwx+ 2 bsisco ???????? 0 May 14 13:42 http drwxrwxrwx+ 2 bsisco ???????? 0 May 14 13:42 middleware drwxrwxrwx+ 2 bsisco ???????? 0 May 14 13:42 shortcuts drwxrwxrwx+ 3 bsisco ???????? 0 May 14 13:42 template drwxrwxrwx+ 2 bsisco ???????? 0 May 14 13:42 templatetags drwxrwxrwx+ 2 bsisco ???????? 0 May 14 13:42 test drwxrwxrwx+ 4 bsisco ???????? 0 May 14 13:42 utils drwxrwxrwx+ 4 bsisco ???????? 0 May 14 13:42 views* and here is the listing from C:\Python25\Lib\site-packages\django\bin\ *-rwxrwxrwx+ 1 bsisco ???????? 0 Mar 4 16:45 __init__.py -rwxrwxrwx+ 1 bsisco ???????? 139 May 14 13:42 __init__.pyc -rwxrwxrwx+ 1 bsisco ???????? 337 Mar 4 16:45 compile-messages.py -rwxrwxrwx+ 1 bsisco ???????? 494 May 14 13:42 compile-messages.pyc -rwxrwxrwx+ 1 bsisco ???????? 270 Apr 22 14:33 daily_cleanup.py -rwxrwxrwx+ 1 bsisco ???????? 444 May 14 13:42 daily_cleanup.pyc -rwxrwxrwx+ 1 bsisco ???????? 133 Mar 4 16:45 django-admin.py -rwxrwxrwx+ 1 bsisco ???????? 292 May 14 13:42 django-admin.pyc -rwxrwxrwx+ 1 bsisco ???????? 334 Mar 4 16:45 make-messages.py -rwxrwxrwx+ 1 bsisco ???????? 488 May 14 13:42 make-messages.pyc drwxrwxrwx+ 2 bsisco ???????? 0 May 14 13:42 profiling -rwxrwxrwx+ 1 bsisco ???????? 928 Mar 4 16:45 unique-messages.py -rwxrwxrwx+ 1 bsisco ???????? 1207 May 14 13:42 unique-messages.pyc* The core directory is present as is the __init__.py file. Hope this helps clarify things a bit. One thing that I did find a bit odd is that from the python interpreter I can run from django.core import management just fine (that's part of the error msg). Cheers Blake M. Sisco LOR Manufacturing Co., Inc Web Presence • Graphic Design www.lormfg.com (866) 644-8622 (888) 524-6292 FAX The information transmitted by Blake Sisco herewith is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer On Thu, May 14, 2009 at 6:40 PM, Karen Tracey <[email protected]> wrote: > On Thu, May 14, 2009 at 6:20 PM, Karen Tracey <[email protected]> wrote: > >> Nothing that does from django.whatever will match, since Python will then >> be looking for > > > Nothing that does 'from django.whatever import something' > > is what I meant to type there. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

