On Fri, Sep 12, 2008 at 1:58 PM, Kevin Teague <[EMAIL PROTECTED]> wrote:

> Finally, you could patch a Python program such as manage.py so that
> you do something like:
>
> import sys
> sys.path[0:0] = [
>  '\somelocation-for-django-1.0\',
>  ]
> import django
>
> This would pick up your Django 1.0 install explicitly without relying
> on setting the PYTHONPATH (since setting the PYTHONPATH can effect
> imports for any Python program run under a user account). Of course,
> hand-patching your Python scripts in this manner is incredibly lame,

I'm a beginner, lame is OK as long as I'm learning.  :)

Matt

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

Reply via email to