Re: No module named managers

2007-06-04 Thread Joel Watts
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

Re: No module named managers

2007-06-03 Thread Malcolm Tredinnick
On Mon, 2007-06-04 at 03:00 +, akonsu 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. I cannot repeat this on a new project or an existing (quite complex) project. When

Re: No module named managers

2007-06-03 Thread akonsu
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

Re: No module named managers

2007-06-03 Thread Russell Keith-Magee
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