Re: 'NoneType' object is not iterable

2009-05-09 Thread Kalle
Hi Malcolm, Thank you very much for the detailed answer! Everything is working OK now. ///Kalle On May 8, 11:53 pm, Malcolm Tredinnick wrote: > On Fri, 2009-05-08 at 11:24 -0700,Kallewrote: > > Hi, > > > I'm just started to play with Django, and ran into this problem right > > away. > > > *

Re: 'NoneType' object is not iterable

2009-05-08 Thread Malcolm Tredinnick
On Fri, 2009-05-08 at 11:24 -0700, Kalle wrote: > Hi, > > I'm just started to play with Django, and ran into this problem right > away. > > * I'm using the python script at the bottom to POST to the url. > * I'm using "manage.py runserver" to run my app > * Everything works fine when I'll run my

'NoneType' object is not iterable

2009-05-08 Thread Kalle
ase.py" in get_response 77. request.path_info) Exception Type: TypeError at http://127.0.0.1:8000/uncaughtexception/drop Exception Value: 'NoneType' object is not iterable --- test script --- HOST = "127.0.0.1:8000" URL = "http://%s/uncaug

Re: 'NoneType' object is not iterable

2008-11-12 Thread Javi
It works!! Thank you very much!! The django.root PythonOption stripped the initial "/" Greetings. On Nov 11, 11:54 pm, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > Hi Javi, > > > I've tried putting FORCE_SCRIPT_NAME="" but everything continues at > > the same state. I'm running the app in Apache2/

Re: 'NoneType' object is not iterable

2008-11-11 Thread Rajesh Dhawan
Hi Javi, > I've tried putting FORCE_SCRIPT_NAME="" but everything continues at > the same state. I'm running the app in Apache2/mod_python. I've pasted > the htttp.conf file athttp://rafb.net/p/Ya1VKT55.html I can't see your conf file there. Perhaps you want to paste again at http://dpaste.com/

Re: 'NoneType' object is not iterable

2008-11-11 Thread Zeddy
se.py", line 77, in get_response request.path_info) TypeError: 'NoneType' object is not iterable , POST:, COOKIES:{}, META:{'HTTP_ACCEPT': '*/*', 'HTTP_HOST': '88.80.7.248', 'HTTP_PRAGMA': 'no-cache', 'HT

Re: 'NoneType' object is not iterable

2008-11-10 Thread Diego Cibils
Hi Javi, I'm having the same problem... any progress so far? Thanks. On Nov 10, 8:35 am, Javi <[EMAIL PROTECTED]> wrote: > Hello Rajesh, > > I've tried putting FORCE_SCRIPT_NAME="" but everything continues at > the same state. I'm running the app in Apache2/mod_python. I've pasted > the htttp.c

Re: 'NoneType' object is not iterable

2008-11-10 Thread Javi
Hello Rajesh, I've tried putting FORCE_SCRIPT_NAME="" but everything continues at the same state. I'm running the app in Apache2/mod_python. I've pasted the htttp.conf file at http://rafb.net/p/Ya1VKT55.html I'm going to continue trying to solve it. On Nov 5, 7:11 pm, Rajesh Dhawan <[EMAIL PROT

Re: 'NoneType' object is not iterable

2008-11-05 Thread Rajesh Dhawan
Hi Javi, > Thanks but I'd already tried it. I don't understand why in the > production server is not added the preceeding slash to the url. My > urls.py is as follows: > urlpatterns = patterns('candidateTool.assessmentSystem.views', > (r'^$', 'index'), > (r'^enter/$', 'enter'), > (r'^

Re: 'NoneType' object is not iterable

2008-11-04 Thread Javi
t; > On Nov 4, 9:35 am, Javi <[EMAIL PROTECTED]> wrote: > > > Hello everybody! > > I'm using django 1.0-1 version and Apache as a server web. In the dev > > server everything works fine but in the production server I get the > > following error when I ask for a

Re: 'NoneType' object is not iterable

2008-11-04 Thread Xiong Chiamiov
receeding ones. On Nov 4, 9:35 am, Javi <[EMAIL PROTECTED]> wrote: > Hello everybody! > I'm using django 1.0-1 version and Apache as a server web. In the dev > server everything works fine but in the production server I get the > following error when I ask for a url: > &g

'NoneType' object is not iterable

2008-11-04 Thread Javi
Hello everybody! I'm using django 1.0-1 version and Apache as a server web. In the dev server everything works fine but in the production server I get the following error when I ask for a url: NoneType' object is not iterable Request Method: POST Request URL:http://loca