#3712: Starting other processes in a view gives me some weird results.
-------------------------------------------------+--------------------------
Reporter: Ino Pua <[EMAIL PROTECTED]> | Owner: adrian
Status: reopened | Milestone:
Component: Core framework | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------------+--------------------------
Changes (by krzysieksilnia):
* status: closed => reopened
* resolution: invalid =>
Comment:
= Heading =
Environment:
Request Method: GET
Request URL: http://IP:8080/stop/
Django Version: 1.0-final-SVN-unknown
Python Version: 2.4.4
Installed Applications:
['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'mysite.s1']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware')
Traceback:
File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py" in
get_response
86. response = callback(request, *callback_args,
**callback_kwargs)
File "/home/user/Django-1.0/django/bin/mysite/../mysite/urls.py" in stop
13. cmdname = request['cmd']
Exception Type: TypeError at /stop/
Exception Value: unsubscriptable object
= Subheading =
--
Ticket URL: <http://code.djangoproject.com/ticket/3712#comment:5>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---