On Fri, Oct 10, 2008 at 3:14 PM, Arnoud Tijssen <[EMAIL PROTECTED]> wrote: > > Exception Type: ViewDoesNotExist at / > Exception Value: Could not import surftrackr.log.views. Error was: cannot > import name newforms
Looks like you're using Django v1.0, but you're using code that hasn't been updated to use Django v1.0. newforms was the name of the updated forms package until just before the v1.0 release. Just before we made the v1.0 release, we renamed newforms to forms, and deprecated oldforms (the old forms framework). If you have code that is trying to import newforms, you either need to update surftrakr code to be v1.0 compliant, or use an older version of Django in your deployment. You will have to speak to the developers of surftrackr to find out the deployment requirements for that package. 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 -~----------~----~----~----~------~----~------~--~---