CARVIEW |
Welcome to Pydotorg Central
This is your source of information for contributing to the python.org website.
To get started working on a local copy of the python.org website, you need to check it out from Subversion. To check it out for anonymous access (start here if you're new):
svn co https://svn.python.org/www/trunk/beta.python.org
To check it out with commit privileges:
svn co svn+ssh://pydotorg@svn.python.org/trunk/beta.python.org
To build and run the site, see build/new-build/README in the checked-out beta.python.org tree.
For extra information, see PythonWebsiteDetails
How Can I Help?
To join the project, get started by getting a local copy of the site running. You can submit new tickets for bugs or improvements (see PythonWebsiteCreatingNewTickets) or work on content at wiki.python.org witout having commit privileges.
If you want to become a committer, email pydotorg at python dot org for details. Please do this only after you're sure you will definitely be contributing changes.
Chat/help on IRC at #pydotorg on freenode.net
Discussion
See PythonWebsiteHomePage for discussion on what should be on the home page (some of which has been completed, but not all).
AssertionError
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object>)
- 1152 # Visit pagename
- 1153 self.page = Page(self, pagename)
- 1154 self.page.send_page(self, count_hit=1)
- 1155
- 1156 # generate page footer (actions that do not want this footer
- self = <MoinMoin.request.RequestFastCGI object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
- count_hit undefined
/usr/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI object>, msg='', **keywords={'count_hit': 1})
- 1249 # send the page footer
- 1250 if self.default_formatter:
- 1251 wikiutil.send_footer(request, self.page_name, print_mode=print_mode)
- 1252
- 1253 request.write(doc_trailer)
- global wikiutil = <module 'MoinMoin.wikiutil' from '/usr/lib/python2.4/site-packages/MoinMoin/wikiutil.pyc'>
- wikiutil.send_footer = <function send_footer>
- request = <MoinMoin.request.RequestFastCGI object>
- self = <MoinMoin.Page.Page instance>
- self.page_name = u'PythonWebsite'
- print_mode = False
/usr/lib/python2.4/site-packages/MoinMoin/wikiutil.py in send_footer (request=<MoinMoin.request.RequestFastCGI object>, pagename=u'PythonWebsite', **keywords={'print_mode': False})
- 1481 request.write(theme.endPage())
- 1482 else:
- 1483 request.write(theme.footer(d, **keywords))
- 1484
- 1485
- request = <MoinMoin.request.RequestFastCGI object>
- request.write = <bound method RequestFastCGI.write of <MoinMoin.request.RequestFastCGI object>>
- theme = <main.plugin.theme.python.Theme instance>
- theme.footer = <bound method Theme.footer of <main.plugin.theme.python.Theme instance>>
- d = {'available_actions': ['use self.request.availableActions(page)'], 'home_page': None, 'i18ntitle': u'Print', 'last_edit_info': {'editor': u'<span title="PaulBoddie @ hfaistos.uio.no[129.24...os.uio.no[129.240.235.122]">PaulBoddie</a></span>', 'time': '2007-09-21 09:38:46'}, 'logo_string': u'PythonInfo Wiki', 'msg': '', 'navibar': ['use self.navibar(d)'], 'page': <MoinMoin.Page.Page instance>, 'page_find_page': 'FindPage', 'page_front_page': u'FrontPage', ...}
- keywords = {'print_mode': False}
/data/moin/instances/main/data/plugin/theme/python.py in footer (self=<main.plugin.theme.python.Theme instance>, d={'available_actions': ['use self.request.availableActions(page)'], 'home_page': None, 'i18ntitle': u'Print', 'last_edit_info': {'editor': u'<span title="PaulBoddie @ hfaistos.uio.no[129.24...os.uio.no[129.240.235.122]">PaulBoddie</a></span>', 'time': '2007-09-21 09:38:46'}, 'logo_string': u'PythonInfo Wiki', 'msg': '', 'navibar': ['use self.navibar(d)'], 'page': <MoinMoin.Page.Page instance>, 'page_find_page': 'FindPage', 'page_front_page': u'FrontPage', ...}, **keywords={'print_mode': False})
- 246 # to become class="level-two"
- 247 trail = self.trail(d)
- 248 assert 'id="pagetrail"' in trail
- 249 trail = trail.replace('id="pagetrail"', 'class="level-two"')
- 250 dict = {
- trail = ''
AssertionError
- args = ()
System Details
- Date: Thu, 27 Dec 2007 21:31:54 +0000
- Platform: Linux ximinez.python.org 2.6.18-5-686 #1 SMP Mon Dec 24 16:41:07 UTC 2007 i686
- Python: Python 2.4.4 (/usr/bin/python)
- MoinMoin: Release 1.5.3 (release)