On 12/14/06, Bob <[EMAIL PROTECTED]> wrote:
>
> Waylan -
> I have revision 4198, so that's okay, and my PYTHONPATH does not have
> anything about Django or site-packages in it at all.  However, when I
> run python and print sys.path, I see:
>
> ['', 'c:\\Python24\\lib\\site-packages\\setuptools-0.6c1-py2.4.egg',
> 'c:\\Python24\\lib\\site-packages\\django-0.95-py2.4.egg', ...
>
> I bet that egg is still referring to an earlier version.  Now I just
> need to figure out how that egg is getting on the path.
> - Bob
>
>
Anything in site-packages is automatically added to your path. That's
a python feature -  and the best place for third part packages. I
would suggest moving/deleting that egg. Until you do, you'll (almost)
always get that version of django.


-- 
----
Waylan Limberg
[EMAIL PROTECTED]

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