Description
If you start the wikiserver.py (standalone / test) under Windows XP you will receive an error like "unbalanced parenthesis".
Steps to reproduce
- download beta1 for 1.8 moinmoin
- unpack
- start wikiserver.py
Example
Component selection
multiconfig
it happens on windows because pathes there have \, not /
Thomas said:
the bug is in multiconfig:329 when it tries to compile the regex r'(.+\.py(c|o)$)|C:\Dokumente und Einstellungen\mh...+\cache\[^\]+$|\(edit-lock|event-log|\.DS_Store)$' (16:44:25) ThomasWaldmann: LotekThirteen: could you file a bug so we don't forget?
Details
MoinMoin Version |
1.8 Beta 1 |
OS and Version |
Windows |
Python Version |
2.4 / 2.5.2 |
Server Setup |
Standalone / wikiserver.py |
Server Details |
|
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
i guess you can make it work by commenting out multiconfig:329..331 (no problem as long as you don't try to use backup action) not tested yet!
Discussion
With the new 1.8.0beta2 release, the error "Unbalanced Parenthesis" does not arise (tested under Windows XP). -- MarcelHäfner 2008-09-22 08:34:02
Plan
- Priority:
- Assigned to:
Status: should be fixed by http://hg.moinmo.in/moin/1.8/rev/1cd493d5e113 and http://hg.moinmo.in/moin/1.8/rev/e88baf535b48 - please test