--Anonymous
2024-11-25 00:39:10
Hello Wolfgang,
Problem:
I run explorer theme 2.2.1 in moinmoin 1.6.3. After restart and using the theme I got the import error:
cannot import name wiki *args = ('cannot import name wiki',) *message = 'cannot import name wiki'
The problem raised in
2 import re 3 4 class Parser(wiki.Parser): 5 6 def __init__(self, raw, request, **kw):
with the message:
* MoinMoin ''undefined'' * wiki ''undefined''
The origin was in explorer.py in parseCategories:
1297 format_args=pi['formatargs'], 1298 do_cache=1, 1299 start_line=pi['lines']) 1300 finally: 1301 request.redirect()
Update: I have found the error. Some spaces were missing in "wikiconfig.py". That´s all
--Anonymous
2008-02-14 13:47:00
Hello Wolfgang,
I installed the Explorer theme on a new, clean wiki but nothing happend.
These are the facts:
MoinMoin Desktop Edition 1.5.5a
- Explorer Theme 1.0.2
- Steps I did to install the theme
- Copy the folder "explorer" to "\wikiroot\wiki\htdocs" (I think this is meant with "The directory where all themes reside" which is mentioned on the page
- Copy the file "explorer.py" to "\wikiroot\wiki\data\plugin\theme" (also described on the page
- Edit the file "\wikiroot\wikiconfig.py" by adding the line "theme_default = 'explorer'"
- Restart the server by executing moin.exe
- Clear the cache of Firefox 2
Could you tell me what´s wrong with my configuration, or is it a general problem with the Desktop Edition?
Thanks in advance.
--Anonymous
2008-02-14 12:20:00
I have exactly the same error. I have installed MoinMoin completely new and when I want to choose the Explorer Theme in the ComboBox of the Settings page, there is no explorer in it!? Does anyone know why?
Now, I've restartet my wikiserver.py and now it does work. GREAT!!!!!