Edward K. Ream
Edward K. Ream
@DanielNoord Progress, but still failures. **What I did** ```console git config --global core.symlinks true pip install typing-extensions ``` *Note*: According to my notes , I had to install the following...
@DanielNoord Here's what I see: ```console C:\Repos\leo-editor>C:\Python\Python3.10\python.exe Python 3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information....
@DanielNoord Hah! ```console >>> sys.path ['', 'C:\\Python\\Python3.10\\python310.zip', 'C:\\Python\\Python3.10\\DLLs', 'C:\\Python\\Python3.10\\lib', 'C:\\Python\\Python3.10', 'C:\\Python\\Python3.10\\lib\\site-packages', 'c:\\repos\\ekr-pylint'
@DanielNoord The culprit is C:\Python\Python3.10\Lib\site-packages\easy-install.pth. This file contains one line: `c:\repos\ekr-pylint` Iirc, pylint installs easy-install.pth. No other possibilities seem likely: - A search in c:\Users did not find anything suspicious....
@DanielNoord **Tests**: They fail as before. I would not have expected all tests to pass merely because of a restart. **easy-install.pth**: Hmm. I expect the .pth file was installed as...
@DanielNoord Update re easy-install.pth: **Summary** - easy-install.pth must exist. Otherwise python won't be able to import pylint. - The case of easy-install.pth determines the case of the entry for pylint...
@DanielNoord Yes, fudging the unit tests relating to realpath might be bad idea. And fudging the tests might be an even worse idea for this issue (#6476). I am not...
We would use [GitHub pages](https://pages.github.com/). The introductory video mentions [jekyll](https://jekyllrb.com/). The summary of jekyll: transform plain text into static web sites. Jekyll is optional. A big advantage of GitHub pages...
**Update**: My brother Speed redirected leo-editor.com yesterday. At present I do not see the change, but it may take up to 24 hours to propagate.
@LewisNeal Thanks for the heads up about version numbers. At present, the github.io site is in limbo. Not sure when this is going to change.