Initial install from PyPI into a dedicated Python virtual environment worked, when starting from the command line using "leo".
Using "leo-m" I get the information, that this command does not exist (Log-001). - This is strange, since it works in my "Leo-devel" environment, where I use pip to install from the latest development archive.
Using "leo-c" I get the following traceback (Log-002). - Could the package "windows-curses" be added to the dependencies, that are automatically installed, when installing Leo into a Windows environment?
These are my initial findings so far for Leo 6.1b1
With kind regards,
Viktor
---
### Log-001 ###
(Leo-6.1-b1) PS C:\Users\Viktor\pyve\Leo-6.1-b1>
leo-m
leo-m : Die Benennung "leo-m" wurde nicht als Name eines Cmdlet, einer
Funktion, einer Skriptdatei oder eines
ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern
enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ leo-m
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (leo-m:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
### Log-002 ###
(Leo-6.1-b1) PS C:\Users\Viktor\pyve\Leo-6.1-b1> leo-c
--global-docks: False
Traceback (most recent call last):
File "c:\users\viktor\pyve\leo-6.1-b1\lib\site-packages\leo\core\leoApp.py", line 1015, in createCursesGui
import curses
File "C:\Users\Viktor\EE\Python\Python37\lib\curses\__init__.py", line 13, in <module>
from _curses import *
ModuleNotFoundError: No module named '_curses'
can not import _curses.
Windows: pip install windows-curses
(Leo-6.1-b1) PS C:\Users\Viktor\pyve\Leo-6.1-b1>