Re: Creating 6.3 documentation gives error

2021-02-07 Thread brian
On GitHub, I opened issues #1815 and #1816. On Thursday, February 4, 2021 at 10:46:54 PM UTC-5 tbp1...@gmail.com wrote: > On Thursday, February 4, 2021 at 7:15:33 PM UTC-5 brian wrote: > >> The dev has the same problem as 6.3. I did a diff between the dev and >> 6.3. The changes are trivial

Re: Creating 6.3 documentation gives error

2021-02-04 Thread tbp1...@gmail.com
On Thursday, February 4, 2021 at 7:15:33 PM UTC-5 brian wrote: > The dev has the same problem as 6.3. I did a diff between the dev and > 6.3. The changes are trivial and are limited to the import part. The > problem method is createDirectoryForFile. The createDirectoryForFile > method has t

Re: Creating 6.3 documentation gives error

2021-02-04 Thread brian
The dev has the same problem as 6.3. I did a diff between the dev and 6.3. The changes are trivial and are limited to the import part. The problem method is createDirectoryForFile. The createDirectoryForFile method has the exact same code in both the dev and 6.3 branches. The method has: --

Re: Creating 6.3 documentation gives error

2021-02-04 Thread tbp1...@gmail.com
You installed the version from the master branch, but please use the devel branch instead. The master branch isn't usually updated until there is a public release. BTW, I copy text from the log pane all the time. I drag to select, then use . For filing bugs, I don't think that will help you

Re: Creating 6.3 documentation gives error

2021-02-04 Thread brian
I'm seeing the same problem on the dev version. Previously I said I typed in "RST3". It was actually "rst3". When I type RST3 nothing happens. With rs3 then part of the html doc is created but I get the traceback error. Here is the error: - Traceback (most recent c

Re: Creating 6.3 documentation gives error

2021-02-02 Thread tbp1...@gmail.com
I just tried it on my Windows machine and didn't get your results. I got a few messages about "unexpected indentation", but it didn't raise an exception and exit. My installation: Leo 6.4-devel, devel branch, build 1b431f4b7b 2020-12-31 09:26:52 -0500 Python 3.8.6, PyQt version 5.15.1 Windows 1

Creating 6.3 documentation gives error

2021-02-02 Thread brian
I have compiled Python 3 and used pip for the dependencies. After opening the Leo doc, and going to the "Leo's Documentation" node then when I run rst3 I get the error "UnboundLocalError: local variable 'ok' referenced before assignment". I opened Leo with the command: /usr/local/python3p9/b