Lang: python
Get the source!
Actions
Recent Pastes
forget about it (Wu septiembre 02, 2010 at 18:04)
a traceback of a django error (Wu agosto 20, 2010 at 17:54)
some magic ACL code (Wu agosto 17, 2010 at 17:45)
some django models diff (Wu agosto 16, 2010 at 18:39)
some django-south tests (Wu agosto 16, 2010 at 18:42)
django add/edit revisited (Wu agosto 13, 2010 at 10:39)
django edd/edit (rsk agosto 13, 2010 at 10:40)
django model revisited (Wu agosto 12, 2010 at 20:15)
django (rs agosto 12, 2010 at 20:02)
rebuilding a GEOM mirror (Wu agosto 12, 2010 at 17:53)
About
This is the paste site from e-shell.org, my personal website. It is an instance of the CodeSharingZ Zope Product (just take a look at http://zopecode.codigo23.net/wiki/CodeSharingZ to learn more about it). Feel free to paste whatever you want, but notice that all the pastes in here are deleted in a regular basis.
Links
L python
(http://www.python.org)

 1 Traceback (most recent call last):
 2   File "/usr/local/lib/python2.5/site-packages/prewikka/Core.py", line 335, in process
 3     getattr(view_object, view["handler"])()
 4   File "/usr/local/lib/python2.5/site-packages/prewikka/views/stats.py", line 503, in render
 5     self._renderClassificationsTrend(criteria)
 6   File "/usr/local/lib/python2.5/site-packages/prewikka/views/stats.py", line 492, in _renderClassificationsTrend
 7     "alert.classification.text", criteria, limit = 10, zoom_type="classifications_trend")
 8   File "/usr/local/lib/python2.5/site-packages/prewikka/views/stats.py", line 447, in _addTimelineChart
 9     timeline.render(title)
10   File "/usr/local/lib/python2.5/site-packages/prewikka/Chart.py", line 311, in render
11     x_labels = self._labels, series_legend=True, series_colors=colors)
12   File "/usr/local/lib/python2.5/site-packages/prewikka/cairoplot.py", line 2003, in dot_line_plot
13     plot.render()
14   File "/usr/local/lib/python2.5/site-packages/prewikka/cairoplot.py", line 451, in render
15     self.calc_all_extents()
16   File "/usr/local/lib/python2.5/site-packages/prewikka/cairoplot.py", line 416, in calc_all_extents
17     self.calc_extents(HORZ)
18   File "/usr/local/lib/python2.5/site-packages/prewikka/cairoplot.py", line 393, in calc_extents
19     self.max_value[direction] = max(self.context.text_extents(item)[2] for item in self.labels[direction])
20   File "/usr/local/lib/python2.5/site-packages/prewikka/cairoplot.py", line 393, in <genexpr>
21     self.max_value[direction] = max(self.context.text_extents(item)[2] for item in self.labels[direction])
22 MemoryError
Pasted by rgouveia on junio 15, 2010 at 20:08 | Lang: python | (22 lines of code)