I had the same problem on Vista with v0.96.1...

Following Richards solution, I've copied the django subfolder into   C:
\Pythong25\lib\site-packages\   and I get no error for   import
django
Are there any problems for this solution or is this all there is to
it?

On Dec 20 2007, 9:06 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote:
> Don't know why you're getting that (I've never tried 0.96, only svn), but
> the easiest thing is just to copy the django subfolder into
> C:\Pythong25\lib\site-packages\
>
> To test that it works, enter a python prompt and type:
>
> >>> import django
>
> - Richard
>
> On Dec 19, 2007 3:55 PM, Trev <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi, This should take 2 seconds for an experience Django user.
> > I'm trying to install Django on windows XP. I've installed python 2.5
> > and MySQL with MySQLdb as the interface.
> > However when I try installing django from DOS I get this error
>
> > C:\Django-0.96.1>setup.py install
> > running install
> > running build
> > running build_py
> > error: package directory '\django' does not exist
>
> > There is actually a django subdirectory in Django-0.96.1 so I can't
> > figure it out.
> > Please Help!
--~--~---------~--~----~------------~-------~--~----~
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