Wiki seems to be down

Corey Halpin <[email protected]> Tue, 12 Mar 2013 11:42:09 -0500
Newsgroups gmane.mail.spam.tmda.user
Message-ID <[email protected]>
--===============7792273012837461152==
Content-Type: multipart/signed; micalg=pgp-sha256;
	protocol="application/pgp-signature"; boundary="raC6veAxrt5nqIoY"
Content-Disposition: inline


--raC6veAxrt5nqIoY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

   It looks like SF has fiddled with something and broken the wiki.
=20
   http://tmda.sourceforge.net/cgi-bin/moin.cgi gives me the attached=20
tracebacks.  I've tried a number of browsers, so I don't *think* it's anyth=
ing=20
to do with my particular configuration.
=20
   It'd be nice to have the wiki back as a reference.  I don't know much ab=
out=20
MoinMoin, and I don't have a lot of time to offer, but if there's some way =
I=20
can help to resurrect this, I gladly will.
=20
 Thank you.
=20
 ~crh
=20
Tracebacks:

<!--: spam
Content-Type: text/html

<body><font style=3D"color: white; font-size: 1px"> -->
<html><head>
<meta http-equiv=3D"content-type" content=3D"text/html; charset=3DUTF-8"></=
head><body><font style=3D"color: white; font-size: 1px"> --&gt; --&gt;
</font>     =20
      =20
<pre>Traceback (most recent call last):
  File "../moin/lib/python2.4/site-packages/MoinMoin/request.py", line 1207=
, in run
    handler(self.page.page_name, self)
  File "../moin/lib/python2.4/site-packages/MoinMoin/wikiaction.py", line 4=
53, in do_show
    if not request.user.may.read(pagename):
  File "../moin/lib/python2.4/site-packages/MoinMoin/security.py", line 52,=
 in &lt;lambda&gt;
    return lambda pagename, Page=3DPage, request=3Drequest, attr=3Dattr: Pa=
ge(request, pagename).getACL(request).may(request, self.name, attr)
  File "../moin/lib/python2.4/site-packages/MoinMoin/wikiacl.py", line 184,=
 in may
    is_group_member =3D request.dicts.has_member
  File "../moin/lib/python2.4/site-packages/MoinMoin/request.py", line 298,=
 in getDicts
    dicts.scandicts()
  File "../moin/lib/python2.4/site-packages/MoinMoin/wikidicts.py", line 37=
4, in scandicts
    self.addgroup(request, pagename)
  File "../moin/lib/python2.4/site-packages/MoinMoin/wikidicts.py", line 29=
2, in addgroup
    grp =3D  Group(request, groupname)
  File "../moin/lib/python2.4/site-packages/MoinMoin/wikidicts.py", line 48=
, in __init__
    self.initRegex()
  File "../moin/lib/python2.4/site-packages/MoinMoin/wikidicts.py", line 57=
, in initRegex
    cls.regex =3D re.compile(cls.regex, re.MULTILINE | re.UNICODE)
  File "/usr/lib64/python2.6/re.py", line 190, in compile
    return _compile(pattern, flags)
  File "/usr/lib64/python2.6/re.py", line 238, in _compile
    raise ValueError('Cannot process flags argument with a compiled pattern=
')
ValueError: Cannot process flags argument with a compiled pattern

Additionally cgitb raised this exception:
Traceback (most recent call last):
  File "../moin/lib/python2.4/site-packages/MoinMoin/failure.py", line 146,=
 in handle
    handler.handle()
  File "../moin/lib/python2.4/site-packages/MoinMoin/support/cgitb.py", lin=
e 566, in handle
    doc =3D view.format(formatter, self.context)
  File "../moin/lib/python2.4/site-packages/MoinMoin/support/cgitb.py", lin=
e 343, in format
    return formatter.section(self.formatContent(), {'class': 'cgitb'})
  File "../moin/lib/python2.4/site-packages/MoinMoin/failure.py", line 38, =
in formatContent
    self.formatDebugInfo(),
  File "../moin/lib/python2.4/site-packages/MoinMoin/failure.py", line 83, =
in formatDebugInfo
    self.formatTraceback(),
  File "../moin/lib/python2.4/site-packages/MoinMoin/failure.py", line 96, =
in formatTraceback
    return self.formatAllTracebacks(self.formatOneTraceback)
  File "../moin/lib/python2.4/site-packages/MoinMoin/failure.py", line 108,=
 in formatAllTracebacks
    tracebacks.append(formatFuction((type, value, tb)))
  File "../moin/lib/python2.4/site-packages/MoinMoin/support/cgitb.py", lin=
e 423, in formatOneTraceback
    self.formatter.orderedList(self.tracebackFrames(info),
  File "../moin/lib/python2.4/site-packages/MoinMoin/support/cgitb.py", lin=
e 434, in tracebackFrames
    frames.append(frame.format(self.formatter))
  File "../moin/lib/python2.4/site-packages/MoinMoin/support/cgitb.py", lin=
e 197, in format
    vars, highlight =3D self.scan()
  File "../moin/lib/python2.4/site-packages/MoinMoin/support/cgitb.py", lin=
e 286, in scan
    vars =3D self.scanVariables(reader)
  File "../moin/lib/python2.4/site-packages/MoinMoin/support/cgitb.py", lin=
e 298, in scanVariables
    value =3D getattr(parent, token, __UNDEF__)
  File "../moin/lib/python2.4/site-packages/MoinMoin/request.py", line 298,=
 in getDicts
    dicts.scandicts()
  File "../moin/lib/python2.4/site-packages/MoinMoin/wikidicts.py", line 37=
4, in scandicts
    self.addgroup(request, pagename)
  File "../moin/lib/python2.4/site-packages/MoinMoin/wikidicts.py", line 29=
2, in addgroup
    grp =3D  Group(request, groupname)
  File "../moin/lib/python2.4/site-packages/MoinMoin/wikidicts.py", line 48=
, in __init__
    self.initRegex()
  File "../moin/lib/python2.4/site-packages/MoinMoin/wikidicts.py", line 57=
, in initRegex
    cls.regex =3D re.compile(cls.regex, re.MULTILINE | re.UNICODE)
  File "/usr/lib64/python2.6/re.py", line 190, in compile
    return _compile(pattern, flags)
  File "/usr/lib64/python2.6/re.py", line 238, in _compile
    raise ValueError('Cannot process flags argument with a compiled pattern=
')
ValueError: Cannot process flags argument with a compiled pattern
</pre>
</body></html>

--raC6veAxrt5nqIoY
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----

iF4EAREIAAYFAlE/WuAACgkQR8PgTIRJoTUQJwD/Tw5oXsv/iQbwRXJyFLp6vuNc
sWbnfTgr5YTqmDpMFJYA/jK7BqGu5f4TGcHTU4wTmfGdjJV1nZ6pHAyjJZhXTo7S
=w7MV
-----END PGP SIGNATURE-----

--raC6veAxrt5nqIoY--


--===============7792273012837461152==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
--===============7792273012837461152==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
tmda-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmda-users

--===============7792273012837461152==--