Re: OSX - says view is missing but it isn't

2009-07-22 Thread phoebebright
Finally found the problem was a recusive call when I happened to be using the shell. Strange that it would work at all! In [1]: import tweetlog.views --- ImportError Traceback (most recent

OSX - says view is missing but it isn't

2009-07-20 Thread phoebebright
My development environment has just started behaving strangely. If I cause an error, fix it and call the same URL again (not refresh, just enter link) I get ViewDoesNotExist: Could not import tweetlog.views. Error was: cannot import name parse_tweet The module and view are fine and if I go to