On Mon, Feb 4, 2013 at 11:35 AM, Frank Breitling <fbreitling@aip.de> wrote:
Hi,

I have been trying to create a new page for the SciPy cookbook via

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

but received the error below.

Who can solve this?

I'm running into the same issue. If it's one "kick the server" action away, it would be great if someone does that. Otherwise, hurrying up with the new scipy.org site may be effort better spent.

Ralf

 

Frank

---

OSError

[Errno 31] Too many links:
'/home/scipy/wiki/data/pages/Cookbook(2f)Matplotlib(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/Matplotlib/Histograms'

     /usr/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_edit
(pagename=u'Cookbook/Matplotlib/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)Matplotlib(2f)Histograms'

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

System Details

     Date: Mon, 04 Feb 2013 10:25:58 +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)


_______________________________________________
SciPy-Dev mailing list
SciPy-Dev@scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-dev