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


On Dec 13, 3:27 pm, "Waylan Limberg" <[EMAIL PROTECTED]> wrote:
> On 12/13/06, Bob <[EMAIL PROTECTED]> wrote:
>
>
>
> > Don -
>
> > How do I check the revision?  import django; django.__version__ prints
> > '0.95' but not the revision number.On the command line from within your 
> > django_src directory do:
>
>     svn info
>
> That should tell you the revision number among other info.
>
>
>
> > I just updated from svn with:
> >     svn cohttp://code.djangoproject.com/svn/django/trunk/
> > but I still get the same behavior - manage.py doesn't know about
> > "test".Check to make sure your project is using the correct version of 
> > Django
> on your system. My guess is you have multiple copies and its using the
> wrong one.
>
>     ./manage.py --version
>
> should return `0.96-pre` not 0.95
>
> Check your Pythonpath to make sure it's pointing at the right Django source.
> 
> --
> ----
> 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