CARVIEW |
Python Conferences
The Python community tends to organise regional lower-cost events around the world. Established events such as PyCon and EuroPython have since been joined by other regional conferences, and Python often features prominently in various open source conferences.
PyCon (North America)
EuroPython (Europe)
PyCon UK (United Kingdom)
PyConBrasil and PyConDayBrasil (Brazil)
PyCon Italia (Italy)
BangPycon (India)
SciPy conferences (California) - focuses on scientific applications
RuPy 2007 and RuPy 2008 (Poland) - a hybrid Ruby/Python conference
Python-Workshop "Python im deutschsprachigen Raum 2007" (Germany)
A list of conferences is also found on the general PyCon site.
See the PythonEvents page for schedule information.
Open Source Conferences
Python has often featured in the following conference series and events:
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'PythonConferences'
- print_mode = False
/usr/lib/python2.4/site-packages/MoinMoin/wikiutil.py in send_footer (request=<MoinMoin.request.RequestFastCGI object>, pagename=u'PythonConferences', **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-11-29 16:27:43'}, '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-11-29 16:27:43'}, '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 22:28:53 +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)