Re: cannot import name entrys

2008-09-12 Thread KillaBee
6 pm, KillaBee <[EMAIL PROTECTED]> > > > wrote: > > > > > I keep getting this error on this view named timesheets, the code > > > > looks like this. > > > > > > > > > ViewDoesNotExist: Could not import intraweb.apps.timesheets.views

Re: cannot import name entrys

2008-09-08 Thread James Bennett
It seems you're trying to take a Django application which was written three releases cycles (or more) ago (since the syntax in some of your code samples screams out that it's from an app written against 0.90 or 0.91) and attempting to simply fix it piecemeal to run on 1.0. Speaking from

Re: cannot import name entrys

2008-09-08 Thread Karen Tracey
is view named timesheets, the code > > > looks like this. > > > > > > > > > ViewDoesNotExist: Could not import intraweb.apps.timesheets.views. > > > Error was: cannot import name entrys > > > > The traceback quite clearly states that the error i

Re: cannot import name entrys

2008-09-08 Thread KillaBee
Exist: Could not import intraweb.apps.timesheets.views. > > Error was: cannot import name entrys > > The traceback quite clearly states that the error is in > timesheets.views, but you've just given us timesheets.models. In your > views.py you're obviously doing somethin

Re: cannot import name entrys

2008-09-08 Thread Daniel Roseman
On Sep 8, 9:16 pm, KillaBee <[EMAIL PROTECTED]> wrote: > I keep getting this error on this view named timesheets, the code > looks like this. > > ViewDoesNotExist: Could not import intraweb.apps.timesheets.views. > Error was: cannot import name entrys The traceback

cannot import name entrys

2008-09-08 Thread KillaBee
"/usr/lib/python2.5/site-packages/django/core/urlresolvers.py", line 188, in _get_callback raise ViewDoesNotExist, "Could not import %s. Error was: %s" % (mod_name, str(e)) ViewDoesNotExist: Could not import intraweb.apps.timesheets.views. Error was: cannot import name entrys --~--~-~--~---