Re: viewdoesnot exist at /

2008-10-10 Thread Arnoud Tijssen
I From: urukay <[EMAIL PROTECTED]> To: django-users@googlegroups.com Date: 10-10-2008 09:27 Subject: Re: viewdoesnot exist at / looks like, the problem is in importing newforms. what django version are u using? Radovan ATijssen wrote: > > Hey, > > I`m a newbi

Re: viewdoesnot exist at /

2008-10-10 Thread urukay
ode and maybe try a django version prior to > 1.0. > > Greetings, > Arnoud > > > > > From: > urukay <[EMAIL PROTECTED]> > To: > django-users@googlegroups.com > Date: > 10-10-2008 09:50 > Subject: > Re: viewdoesnot exist at / > > >

Re: viewdoesnot exist at /

2008-10-10 Thread Arnoud Tijssen
Thnx for the advice. I will have a look at the code and maybe try a django version prior to 1.0. Greetings, Arnoud From: urukay <[EMAIL PROTECTED]> To: django-users@googlegroups.com Date: 10-10-2008 09:50 Subject: Re: viewdoesnot exist at / go to the ...surftrackr\log\ fold

Re: viewdoesnot exist at /

2008-10-10 Thread urukay
obile Data (Netherlands) B.V. > Statutair gevestigd te Utrecht > Handelsregisternr. 30115741 > > P please don't print this e-mail unless you really need to > > > > > From: > urukay <[EMAIL PROTECTED]> > To: > django-users@googlegroups.com >

Re: viewdoesnot exist at /

2008-10-10 Thread Russell Keith-Magee
On Fri, Oct 10, 2008 at 3:34 PM, Arnoud Tijssen <[EMAIL PROTECTED]> wrote: > > I`m using django 1.1 pre-alpha SVN-9218 and according to surftrackr it was > best to use the latest django version from subversion. It sounds like they need to update either their advice or their code - preferably both

Re: viewdoesnot exist at /

2008-10-10 Thread Arnoud Tijssen
Mobile Data (Netherlands) B.V. Statutair gevestigd te Utrecht Handelsregisternr. 30115741 P please don't print this e-mail unless you really need to From: urukay <[EMAIL PROTECTED]> To: django-users@googlegroups.com Date: 10-10-2008 09:37 Subject: Re: viewdoesnot exist at / As Ru

Re: viewdoesnot exist at /

2008-10-10 Thread urukay
As Russell wrote, you need to change the way u're importing newforms: from django import forms R. ATijssen wrote: > > I > > > > > From: > urukay <[EMAIL PROTECTED]> > To: > django-users@googlegroups.com > Date: > 10-10-2

Re: viewdoesnot exist at /

2008-10-10 Thread Arnoud Tijssen
I`m using django 1.1 pre-alpha SVN-9218 and according to surftrackr it was best to use the latest django version from subversion. From: urukay <[EMAIL PROTECTED]> To: django-users@googlegroups.com Date: 10-10-2008 09:27 Subject: Re: viewdoesnot exist at / looks like, the problem

Re: viewdoesnot exist at /

2008-10-10 Thread Russell Keith-Magee
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 updat

Re: viewdoesnot exist at /

2008-10-10 Thread urukay
ype: ViewDoesNotExist at / > Exception Value: Could not import surftrackr.log.views. Error was: cannot > import name newforms > > Hopefully someone can shine a light on this problem. Google doesn`t have > the answer either. It`s probably very simple, but as I said I`m new to >

viewdoesnot exist at /

2008-10-10 Thread Arnoud Tijssen
Hey, I`m a newbie when it comes to Django and python. I`m trying to install surftrackr, a squid and dansguardian log analyzer, which uses the django framework. Hopefully someone can help me here. When I try to open the webinterface of surftrackr I get the following error with traceback: Vie