| Python | build/bdist.linux-i686/egg/markdown/__init__.py in setConfig, line 478 |
|---|---|
| Web | GET http://antrix.net/mini/tb.py/feed/ |
build/bdist.linux-i686/egg/markdown/__init__.py in setConfig
| Variable | Value |
|---|---|
| key | 'inline_styles' |
| self | <markdown.extensions.codehilite.CodeHiliteExtension instance at 0xa9a941ec> |
| value | 'True' |
build/bdist.linux-i686/egg/markdown/extensions/codehilite.py in __init__
| Variable | Value |
|---|---|
| configs | [('inline_styles', 'True')] |
| key | 'inline_styles' |
| self | <markdown.extensions.codehilite.CodeHiliteExtension instance at 0xa9a941ec> |
| value | 'True' |
build/bdist.linux-i686/egg/markdown/extensions/codehilite.py in makeExtension
| Variable | Value |
|---|---|
| configs | [('inline_styles', 'True')] |
build/bdist.linux-i686/egg/markdown/__init__.py in load_extension
| Variable | Value |
|---|---|
| configs | {'inline_styles': 'True'} |
| ext_args | 'inline_styles=True' |
| ext_module | 'markdown.extensions' |
| ext_name | 'codehilite' |
| module | <module 'markdown.extensions.codehilite' from '/home/antrix/local/python2.5/lib/python2.5/site-packages/Markdown-2.0.1-py2.5.egg/markdown/extensions/codehilite.pyc'> |
| module_name_new_style | 'markdown.extensions.codehilite' |
| module_name_old_style | 'mdx_codehilite' |
| pairs | [['inline_styles', 'True']] |
| pos | 10 |
| x | 'inline_styles' |
| y | 'True' |
build/bdist.linux-i686/egg/markdown/__init__.py in load_extensions
| Variable | Value |
|---|---|
| ext_name | 'codehilite(inline_styles=True)' |
| ext_names | ['codehilite(inline_styles=True)'] |
| extensions | [] |
build/bdist.linux-i686/egg/markdown/__init__.py in markdown
| Variable | Value |
|---|---|
| extensions | ['codehilite(inline_styles=True)'] |
| output_format | 'xhtml1' |
| safe_mode | False |
| text | '<blockquote class="quotable"><span class="quote-text">A corner case is an objection that may be technically reasonable and may have a probability of occurring, but its probability of occurring is lower than your probability of running out of money.</span><span class="quote-source"> -- <a href="http://entrepreneur.venturebeat.com/2009/11/24/killing-innovation-with-corner-cases/">Steve Blank</a></span></blockquote> \n' |
tb.py in GET
| Variable | Value |
|---|---|
| e | Entry(id=200, title="None", created=2009-11-28 04:32:47, modified=None, content="<blockquote class="quotable"><span class="quote-text">A corner case is an objection that may be technically reasonable and may have a probability of occurring, but its probability of occurring is lower than your probability of running out of money.</span><span class="quote-source"> -- <a href="http://entrepreneur.venturebeat.com/2009/11/24/killing-innovation-with-corner-cases/">Steve Blank</a></span></blockquote>
") |
| entries | [could not display: <UnicodeEncodeError: 'ascii' codec can't encode character u'\u092a' in position 807: ordinal not in range(128)>] |
| self | <__main__.FeedC instance at 0xa9a8570c> |
/home/.lana/antrix/local/python2.5/lib/python2.5/site-packages/web.py-0.23-py2.5.egg/web/request.py in handle
| Variable | Value |
|---|---|
| args | [] |
| cls | <class __main__.FeedC at 0xa9a6d4ac> |
| fn | 'FeedC' |
| fna | [] |
| fvars | {'Blog': <class models.Blog at 0xa9ae92cc>,
'EntryC': <class __main__.EntryC at 0xa9a6d47c>,
'FeedC': <class __main__.FeedC at 0xa9a6d4ac>,
'IndexC': <class __main__.IndexC at 0xa9a6d44c>,
'StaticServerC': <class __main__.StaticServerC at 0xa9a6d4dc>,
'__builtins__': <module '__builtin__' (built-in)>,
'__doc__': None,
'__file__': 'tb.py',
'__name__': '__main__',
'batch': <function batch at 0xa9a6cd84>,
'blog': <models.Blog instance at 0xa9a6f84c>,
'chain': <type 'itertools.chain'>,
'config': <module 'config' from '/home/.lana/antrix/antrix.net/mini/config.pyc'>,
'get_entries_range': <function get_entries_range at 0xa9a6cdbc>,
'islice': <type 'itertools.islice'>,
'markdown': <module 'markdown' from '/home/antrix/local/python2.5/lib/python2.5/site-packages/Markdown-2.0.1-py2.5.egg/markdown/__init__.pyc'>,
'mime_type': <function mime_type at 0xa9a6ca3c>,
'mimetypes': <module 'mimetypes' from '/home/antrix/local/python2.5/lib/python2.5/mimetypes.pyc'>,
'render': <web.template.render instance at 0xa9a6f64c>,
'timesince': <module 'timesince' from '/home/.lana/antrix/antrix.net/mini/timesince.pyc'>,
'urls': ('/(static)/.*',
'StaticServerC',
'/(templates)/.*',
'StaticServerC',
'/feed/?',
'FeedC',
'/entry/(\\d*)/?',
'EntryC',
'/(\\d+)/?',
'IndexC',
'/?',
'IndexC'),
'web': <module 'web' from '/home/antrix/local/python2.5/lib/python2.5/site-packages/web.py-0.23-py2.5.egg/web/__init__.pyc'>} |
| mapping | ('/(static)/.*',
'StaticServerC',
'/(templates)/.*',
'StaticServerC',
'/feed/?',
'FeedC',
'/entry/(\\d*)/?',
'EntryC',
'/(\\d+)/?',
'IndexC',
'/?',
'IndexC') |
| meth | 'GET' |
| mod | {'Blog': <class models.Blog at 0xa9ae92cc>,
'EntryC': <class __main__.EntryC at 0xa9a6d47c>,
'FeedC': <class __main__.FeedC at 0xa9a6d4ac>,
'IndexC': <class __main__.IndexC at 0xa9a6d44c>,
'StaticServerC': <class __main__.StaticServerC at 0xa9a6d4dc>,
'__builtins__': <module '__builtin__' (built-in)>,
'__doc__': None,
'__file__': 'tb.py',
'__name__': '__main__',
'batch': <function batch at 0xa9a6cd84>,
'blog': <models.Blog instance at 0xa9a6f84c>,
'chain': <type 'itertools.chain'>,
'config': <module 'config' from '/home/.lana/antrix/antrix.net/mini/config.pyc'>,
'get_entries_range': <function get_entries_range at 0xa9a6cdbc>,
'islice': <type 'itertools.islice'>,
'markdown': <module 'markdown' from '/home/antrix/local/python2.5/lib/python2.5/site-packages/Markdown-2.0.1-py2.5.egg/markdown/__init__.pyc'>,
'mime_type': <function mime_type at 0xa9a6ca3c>,
'mimetypes': <module 'mimetypes' from '/home/antrix/local/python2.5/lib/python2.5/mimetypes.pyc'>,
'render': <web.template.render instance at 0xa9a6f64c>,
'timesince': <module 'timesince' from '/home/.lana/antrix/antrix.net/mini/timesince.pyc'>,
'urls': ('/(static)/.*',
'StaticServerC',
'/(templates)/.*',
'StaticServerC',
'/feed/?',
'FeedC',
'/entry/(\\d*)/?',
'EntryC',
'/(\\d+)/?',
'IndexC',
'/?',
'IndexC'),
'web': <module 'web' from '/home/antrix/local/python2.5/lib/python2.5/site-packages/web.py-0.23-py2.5.egg/web/__init__.pyc'>} |
| ofn | 'FeedC' |
| ofno | 'FeedC' |
| result | <_sre.SRE_Match object at 0xa9a86058> |
| tocall | <bound method FeedC.GET of <__main__.FeedC instance at 0xa9a8570c>> |
| url | '/feed/?' |
/home/.lana/antrix/local/python2.5/lib/python2.5/site-packages/web.py-0.23-py2.5.egg/web/request.py in <lambda>
| Variable | Value |
|---|---|
| fvars | {'Blog': <class models.Blog at 0xa9ae92cc>,
'EntryC': <class __main__.EntryC at 0xa9a6d47c>,
'FeedC': <class __main__.FeedC at 0xa9a6d4ac>,
'IndexC': <class __main__.IndexC at 0xa9a6d44c>,
'StaticServerC': <class __main__.StaticServerC at 0xa9a6d4dc>,
'__builtins__': <module '__builtin__' (built-in)>,
'__doc__': None,
'__file__': 'tb.py',
'__name__': '__main__',
'batch': <function batch at 0xa9a6cd84>,
'blog': <models.Blog instance at 0xa9a6f84c>,
'chain': <type 'itertools.chain'>,
'config': <module 'config' from '/home/.lana/antrix/antrix.net/mini/config.pyc'>,
'get_entries_range': <function get_entries_range at 0xa9a6cdbc>,
'islice': <type 'itertools.islice'>,
'markdown': <module 'markdown' from '/home/antrix/local/python2.5/lib/python2.5/site-packages/Markdown-2.0.1-py2.5.egg/markdown/__init__.pyc'>,
'mime_type': <function mime_type at 0xa9a6ca3c>,
'mimetypes': <module 'mimetypes' from '/home/antrix/local/python2.5/lib/python2.5/mimetypes.pyc'>,
'render': <web.template.render instance at 0xa9a6f64c>,
'timesince': <module 'timesince' from '/home/.lana/antrix/antrix.net/mini/timesince.pyc'>,
'urls': ('/(static)/.*',
'StaticServerC',
'/(templates)/.*',
'StaticServerC',
'/feed/?',
'FeedC',
'/entry/(\\d*)/?',
'EntryC',
'/(\\d+)/?',
'IndexC',
'/?',
'IndexC'),
'web': <module 'web' from '/home/antrix/local/python2.5/lib/python2.5/site-packages/web.py-0.23-py2.5.egg/web/__init__.pyc'>} |
| inp | ('/(static)/.*',
'StaticServerC',
'/(templates)/.*',
'StaticServerC',
'/feed/?',
'FeedC',
'/entry/(\\d*)/?',
'EntryC',
'/(\\d+)/?',
'IndexC',
'/?',
'IndexC') |
/home/.lana/antrix/local/python2.5/lib/python2.5/site-packages/web.py-0.23-py2.5.egg/web/webapi.py in wsgifunc
| Variable | Value |
|---|---|
| env | {'DOCUMENT_ROOT': '/home/antrix/antrix.net',
'FCGI_FORCE_CGI': 'Y',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2',
'HTTP_ACCEPT_ENCODING': 'gzip',
'HTTP_CACHE_CONTROL': 'no-cache',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_HOST': 'antrix.net',
'HTTP_PRAGMA': 'no-cache',
'HTTP_USER_AGENT': 'FeedBurner/1.0 (http://www.FeedBurner.com)',
'HTTP_X_FEEDBURNER_URI': 'antrix-mini',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': '/feed/',
'PATH_TRANSLATED': '/home/antrix/antrix.net/feed/',
'QUERY_STRING': '',
'REDIRECT_STATUS': '200',
'REDIRECT_URL': '/mini/feed/',
'REMOTE_ADDR': '74.125.158.80',
'REMOTE_PORT': '62428',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/mini/feed/',
'SCRIPT_FILENAME': '/home/antrix/antrix.net/mini/tb.py',
'SCRIPT_NAME': '/mini/tb.py',
'SCRIPT_URI': 'http://antrix.net/mini/feed/',
'SCRIPT_URL': '/mini/feed/',
'SERVER_ADDR': '208.113.231.190',
'SERVER_ADMIN': 'webmaster@antrix.net',
'SERVER_NAME': 'antrix.net',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '',
'SERVER_SOFTWARE': 'Apache',
'UNIQUE_ID': 'H3gwudBx@qIAACXdgzcAAAAA',
'wsgi.errors': <open file '<stderr>', mode 'w' at 0xa9f1a0b0>,
'wsgi.input': <open file '<stdin>', mode 'r' at 0xa9f1a020>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': True,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)} |
| func | <function <lambda> at 0xa9a6cdf4> |
| start_resp | <function start_response at 0xa9a80fb4> |
Content-Type: text/html
No data.
No data.
| Variable | Value |
|---|---|
| Content-Type | 'text/html' |
| Variable | Value |
|---|---|
| DOCUMENT_ROOT | '/home/antrix/antrix.net' |
| FCGI_FORCE_CGI | 'Y' |
| GATEWAY_INTERFACE | 'CGI/1.1' |
| HTTP_ACCEPT | 'text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2' |
| HTTP_ACCEPT_ENCODING | 'gzip' |
| HTTP_CACHE_CONTROL | 'no-cache' |
| HTTP_CONNECTION | 'keep-alive' |
| HTTP_HOST | 'antrix.net' |
| HTTP_PRAGMA | 'no-cache' |
| HTTP_USER_AGENT | 'FeedBurner/1.0 (http://www.FeedBurner.com)' |
| HTTP_X_FEEDBURNER_URI | 'antrix-mini' |
| PATH | '/usr/local/bin:/usr/bin:/bin' |
| PATH_INFO | '/feed/' |
| PATH_TRANSLATED | '/home/antrix/antrix.net/feed/' |
| QUERY_STRING | '' |
| REDIRECT_STATUS | '200' |
| REDIRECT_URL | '/mini/feed/' |
| REMOTE_ADDR | '74.125.158.80' |
| REMOTE_PORT | '62428' |
| REQUEST_METHOD | 'GET' |
| REQUEST_URI | '/mini/feed/' |
| SCRIPT_FILENAME | '/home/antrix/antrix.net/mini/tb.py' |
| SCRIPT_NAME | '/mini/tb.py' |
| SCRIPT_URI | 'http://antrix.net/mini/feed/' |
| SCRIPT_URL | '/mini/feed/' |
| SERVER_ADDR | '208.113.231.190' |
| SERVER_ADMIN | 'webmaster@antrix.net' |
| SERVER_NAME | 'antrix.net' |
| SERVER_PORT | '80' |
| SERVER_PROTOCOL | 'HTTP/1.1' |
| SERVER_SIGNATURE | '' |
| SERVER_SOFTWARE | 'Apache' |
| UNIQUE_ID | 'H3gwudBx@qIAACXdgzcAAAAA' |
| wsgi.errors | <open file '<stderr>', mode 'w' at 0xa9f1a0b0> |
| wsgi.input | <open file '<stdin>', mode 'r' at 0xa9f1a020> |
| wsgi.multiprocess | True |
| wsgi.multithread | False |
| wsgi.run_once | True |
| wsgi.url_scheme | 'http' |
| wsgi.version | (1, 0) |
You're seeing this error because you have web.internalerror
set to web.debugerror. Change that if you want a different one.