Light Mode
Dark Mode
Feedback from user impboy
Right, so this is the second time this week I've been working with the IDE, and it's giving me grief about the modules I want to use. This time it's in URL Normalization, with urllib.parse (this time, unlike the datetime module I needed to use for The Broken Clock, neither this one in 3.3 nor its Urlparse counterpart in 2.7 is working.). What's going on over there?

URL from: http://www.checkio.orghttp://www.checkio.org/mission/url-normalization/solve/
HTTP_USER_AGENT: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0
HTTP_CONNECTION: close
HTTP_COOKIE: ucsvlog_follow=31de4bff575b4a8c930f36e6c8fa3e56; csrftoken=f7LFaHJfFvMdDxrrZDRGZ8wuibJbDym4; __utma=82053188.345248189.1384736013.1392601196.1392601656.47; __utmz=82053188.1384736013.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); openid_provider=google; sessionid=ziroogvxbivts48goe0d9gye3fddhe25; __utmc=82053188; __utmb=82053188.6.9.1392632041117; messages="97aa9ab5a1093d730fa8ba791f13fb0c21c94c30$[[\"__json_message\"\0540\05420\054\"Your current interpreter is Python 3.3 now\"]\054[\"__json_message\"\0540\05420\054\"Your current interpreter is Python 2.7 now\"]\054[\"__json_message\"\0540\05420\054\"Your current interpreter is Python 3.3 now\"]]"
SERVER_NAME: www.checkio.org
REMOTE_ADDR: 127.0.0.1
mod_wsgi.request_handler: wsgi-script
wsgi.url_scheme: http
PATH_TRANSLATED: /opt/checkio/wsgi.py/mission/url-normalization/solve/
SERVER_PORT: 80
wsgi.multiprocess: True
mod_wsgi.input_chunked: 0
SERVER_ADDR: 127.0.0.1
DOCUMENT_ROOT: /opt/checkio
mod_wsgi.process_group: checkio.org
HTTP_X_FORWARDED_PROTO: http
SCRIPT_FILENAME: /opt/checkio/wsgi.py
SERVER_ADMIN: admin@checkio.org
wsgi.input: <mod_wsgi.Input object at 0x7fb5fd35e170>
  • feedback
Created: Feb. 17, 2014, 10:19 a.m.
Updated: Feb. 17, 2014, 10:39 p.m.
0
10
User avatar
impboy