Looks like you have a cookie in the webbrowser on your desktop, for  
the localhost domain (have you been trying to run a wiki-page there?).  
Try clearing that cookie, then reload/restart the dev-server.


> I've already run Django on my Laptop (OpenSuse 10.3)  and it was so
> easy thanks to it's own dev server.
> On my desktop, I tried to run Djangon (openSuse 10.3 too).
> Django Install : OK
> import django : OK
> Startproject : OK
> runserver : OK
>
> When I open my favorite browser, the only thing I can see since 1 or 2
> hours is that :
>
> ------------------------------------------------------------------------------------------------------------------------
> Traceback (most recent call last):
>
>  File "/usr/lib/python2.5/site-packages/django/core/servers/
> basehttp.py", line 272, in run
>    self.result = application(self.environ, self.start_response)
>
>  File "/usr/lib/python2.5/site-packages/django/core/servers/
> basehttp.py", line 614, in __call__
>    return self.application(environ, start_response)
>
>  File "/usr/lib/python2.5/site-packages/django/core/handlers/
> wsgi.py", line 189, in __call__
>    response = self.get_response(request)
>
>  File "/usr/lib/python2.5/site-packages/django/core/handlers/
> base.py", line 59, in get_response
>    response = middleware_method(request)
>
>  File "/usr/lib/python2.5/site-packages/django/contrib/sessions/
> middleware.py", line 72, in process_request
>    request.session =
> SessionWrapper(request.COOKIES.get(settings.SESSION_COOKIE_NAME,
> None))
>
>  File "/usr/lib/python2.5/site-packages/django/core/handlers/
> wsgi.py", line 144, in _get_cookies
>    self._cookies = http.parse_cookie(self.environ.get('HTTP_COOKIE',
> ''))
>
>  File "/usr/lib/python2.5/site-packages/django/http/__init__.py",
> line 150, in parse_cookie
>    c.load(cookie)
>
>  File "/usr/lib/python2.5/Cookie.py", line 619, in load
>    self.__ParseString(rawdata)
>
>  File "/usr/lib/python2.5/Cookie.py", line 650, in __ParseString
>    self.__set(K, rval, cval)
>
>  File "/usr/lib/python2.5/Cookie.py", line 572, in __set
>    M.set(key, real_value, coded_value)
>
>  File "/usr/lib/python2.5/Cookie.py", line 451, in set
>    raise CookieError("Illegal key value: %s" % key)
>
> CookieError: Illegal key value: [EMAIL PROTECTED]
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>
> Where the official doc tells me I have to see a pretty Welcome to
> Django in pleasant light blue.
> What's the matter ?
>
> Thanks a lot for you help, Django rocks !
> >


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to