What I found is the following:

Platform: Windows-XP

(1) When I check out the trunk from svn (svn co 
http://code.djangoproject.com/svn/django/trunk
django-source) and then run "python setup.py install" from django-
source, the script does not install the following:

site_packages/django/contrib/admin/templates
site_packages/django/contrib/admin/media

When I look in the "build" directory (django-source/build) which is
generated when I run "python setup.py install", the above two
directories are missing

(2) If I manually copy these two directories from django-source/django/
contrib/admin to site_packages/django/ I no longer get this error on
the tutorial

(3) I do not have this project if I use 0.96, ie the "official
release"

(4) However, when I use the official release, I have a different
problem in that setup.py does not work.  This is referenced in another
thread.  Apparently there is a bug in setup.py & MANIFEST.in in the
0.96 "official release" that was fixed soon after the release.

I am too new to django to offer to fix this trunk and contribute and
am certain that it will be fixed in the next "official release"


On Jan 16, 1:57 pm, Guillermo <[EMAIL PROTECTED]> wrote:
> Now it worked! :-)
>
> These two folders were missing in my install:
>
> python/libs/site_packges/django/contrib/admin/templates
> python/libs/site_packges/django/contrib/admin/media
>
> Copying them from the downloaded django installation files does the
> trick.
>
> Cheers,
>
> Guillermo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to