[SciPy-Dev] 2D histogram: request for plotting variable bin size

Frank Breitling fbreitling at aip.de
Sun Feb 3 04:25:51 EST 2013


Hi,

It seems like my account for the cookbook is working now.
But when clicking on create new page

http://www.scipy.org/Cookbook/Histograms?action=edit

I received the error below.
I don't know how to fix this.

Frank

---

OSError

[Errno 31] Too many links: 
'/home/scipy/wiki/data/pages/Cookbook(2f)Histograms'

If you want to report a bug, please save this page and attach it to your 
bug report.

     Show debugging information
     Report bug
     Visit MoinMoin wiki

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>)
         1149 from MoinMoin.wikiaction import getHandler
         1150 handler = getHandler(self, action)
         1151 handler(self.page.page_name, self)
         1152
         1153 # generate page footer (actions that do not want this 
footer use
         handler = <function do_edit>
         self = <MoinMoin.request.RequestFastCGI object>
         self.page = <MoinMoin.Page.Page instance>
         self.page.page_name = u'Cookbook/Histograms'

     /usr/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_edit 
(pagename=u'Cookbook/Histograms', 
request=<MoinMoin.request.RequestFastCGI object>)
         580 # is invoked without savetext start editing
         581 if savetext is None:
         582 pg.sendEditor()
         583 return
         584
         pg = <MoinMoin.PageEditor.PageEditor instance>
         pg.sendEditor = <bound method PageEditor.sendEditor of 
<MoinMoin.PageEditor.PageEditor instance>>

     /usr/lib/python2.4/site-packages/MoinMoin/PageEditor.py in 
sendEditor (self=<MoinMoin.PageEditor.PageEditor instance>, **kw={})
         176 except OSError, err:
         177 if err.errno != errno.ENAMETOOLONG:
         178 raise err
         179 msg = _("Page name is too long, try shorter name.")
         180
         err = <exceptions.OSError instance>

OSError

[Errno 31] Too many links: 
'/home/scipy/wiki/data/pages/Cookbook(2f)Histograms'

     args = (31, 'Too many links')
     errno = 31
     filename = '/home/scipy/wiki/data/pages/Cookbook(2f)Histograms'
     strerror = 'Too many links'

System Details

     Date: Sun, 03 Feb 2013 09:15:15 +0000
     Platform: Linux scipy.org 2.6.32-4-pve #1 SMP Thu Oct 21 09:35:29 
CEST 2010 i686
     Python: Python 2.4.3 (/usr/bin/python)
     MoinMoin: Release 1.5.6 (release)




Am 02.02.2013 22:47, schrieb Sturla Molden:
> On 02.02.2013 22:37, Frank Breitling wrote:
>>
>> But the edit link on the left at
>> http://docs.scipy.org/doc/numpy/reference/generated/numpy.histogram2d.html
>> and the instruction to ask for write permission through the
>> scipy-dev at scipy.org suggest that one should be able to edit this page
>> directly?
>
> It believe it is generated from this:
>
> https://github.com/numpy/numpy/tree/master/doc
>
>
>
> Sturla
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>




More information about the SciPy-Dev mailing list