On 11.01.2013 11:34, wwwald wrote:
> Hi,
>
> Sorry to bring this up again, but I recently bumped into my "renderer
> choice" problem again.
> In Extra > Options > HTML Preview/export, the "Preview renderer" menu is
> greyed out, showing the "Internal" choice.
>
> This is a Windows 7 SP1 64bit system with IE8 installed. Wikidpad runs from
> SVN checked out source, just updated to r381 (2.3 beta 7).
>
> Any thoughts on what could be causing this? Should I try a binary
> installation?
If you are using the source then you can change "lib\pwiki\WikiHtmlView.py".
About at line 42 there is:
except:
# traceback.print_exc()
WikiHtmlViewIE = None
uncomment the traceback:
except:
traceback.print_exc()
WikiHtmlViewIE = None
If you now run WikidPad again it should write something helpful into the error
log. This is the "WikidPad_Error.log" file created in the configuration
directory (which can be found by using "Help"->"About" in the menu and scrolling
the info text down to the end).
What is its content (at least the last few 100 lines)?
Michael