Are you using django-tagging?  I had this same issue after updating
that repo a couple days ago.  The layout of the repo had changed and
as a result the app was no longer in my path.  I just got rid of the
copy of django-tagging I was using and checked it out again following
the directions on the site -- problem solved.

http://code.google.com/p/django-tagging/

-Joel


On Jun 3, 10:00 pm, akonsu <[EMAIL PROTECTED]> wrote:
> hello,
>
> this problem repro's even on an empty application freshly created
> using manage.py. i do think that someone forgot to add a file to the
> repository.
>
> konstantin
>
> On Jun 3, 9:32 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]>
> wrote:
>
> > On 6/4/07, akonsu <[EMAIL PROTECTED]> wrote:
>
> > > hello,
>
> > > i have just synched to the latest trunk and my application has stopped
> > > working:
>
> > Some more detail would help. What revision _was_ the application on?
> > What revision is it now? ("latest trunk" is a vague description).
>
> > > ViewDoesNotExist at /
> > > Could not import mysite.ko.views. Error was: No module named managers
>
> > I'm going to make a wild guess here, and say that something in
> > mysite.ko.views can't import a module named "managers".
>
> > Take a look for anything in the view (or anything imported by the
> > view) that imports "from something import managers" or "import
> > something.managers". That's the source of your problem.
>
> > I can't think of any recent change to trunk that would have caused
> > this problem, though.
>
> > Yours,
> > Russ Magee %-)


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