--> --> ImportError No module named converter.text_html_text_x_moin 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. 1. c:\python24\Lib\site-packages\MoinMoin\request.py in *run* (self=) 1. 1022 from MoinMoin.wikiaction import getHandler 2. 1023 handler = getHandler(self, action) 3. 1024 handler(self.page.page_name, self) 4. 1025 5. 1026 # 5. Or redirect to another page * *handler* = * *self* = * self.*page* = * self.page.*page_name* = u'WorkstationXP64' 2. c:\Python24\Lib\site-packages\MoinMoin\wikiaction.py in *do_edit* (pagename=u'WorkstationXP64', request=) 1. 571 # convert input from Graphical editor 2. 572 if lasteditor == 'gui': 3. 573 from MoinMoin.converter.text_html_text_x_moin import convert 4. 574 savetext = convert(request, pagename, savetext) # XXX error handling 5. 575 * MoinMoin /undefined/ * convert /undefined/ ImportError No module named converter.text_html_text_x_moin * args = ('No module named converter.text_html_text_x_moin',) System Details * Date: Tue, 10 Jan 2006 20:33:16 +0000 * Platform: win32 (nt) * Python: Python 2.4.1 (C:\Python24\python.exe) * MoinMoin: Release 1.5.0 (release)