Hi,

On 8/22/07, b3n <[EMAIL PROTECTED]> wrote:
>
> I did search but didn't find anything. Probably because the answer is
> too obvious...
>
> I checked out django using SVN but how do I do the next bit?
>
> "Symlink django_src/django so that django is within your Python site-
> packages directory, or update your PYTHONPATH to point to it."
>
> I'm using Windows XP. Do I simply create a Windows Environment
> Variable?
> If so, does the var point to the Python folder or the django folder,
> or what?
> e.g.
> PYTHONPATH = C:\django_src\django
>
> ???

On windows, I simply moved in from site-packages\django_checkout\django to
site-packages\django. You can also remove the django_checkout folder if
you don't need it.

Kai

--~--~---------~--~----~------------~-------~--~----~
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