[I'm not completely answering nj here, so others please look at his question too]
On Sun, 9 Nov 2008 15:30:08 -0800 (PST) n j <[EMAIL PROTECTED]> wrote: [snip] > For instance, is it really the case that I launch leo from C:\bin > \Python26\Lib\site-packages\Leo-4-5-1-2-final\launchLeo.py? It doesn't > seem too happy about it: > > rst3 plugin: SilverCity not loaded > rst3 plugin not loaded: can not load docutils > can not load enabled plugin: rst3 > image.py: can not import ImageTk > can not load enabled plugin: image > Can not load c:\aspell\bin\aspell-15.dll > > does any of this matter? Should I be doing something from the python > command line? from IDLE? From PythonWin? I don't use leo in windows, but I don't think the way you're starting it is a problem. Most of those failures are for optional parts of python. Not sure how you plan to write your documentation. If you're going to keep using docbook and want leo to make handling the nested structure easier, probably none of the above matter. But perhaps you want to use reStructuredText (rst3) (http://docutils.sourceforge.net/rst.html) to write the docs. In that case you need to install the python docutils package (http://docutils.sourceforge.net/index.html). Silvercity is used for syntax highlighting in reStructuredText I think, might be included in he python docutils package, if not and you want it you'd need that too. image is looking for the ImageTk python module, you probably don't need that. Not sure about aspell in windows, perhaps that's a separate install as well. Not a complete answer, but hope it helps some. Cheers -Terry > Cheers > the python docutils package > nickJ > > I looked at the xslt screen book example - leo certainly has promise.. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
