Hello Edward, hello Matt,

Am Sonntag, 27. Oktober 2019 12:07:25 UTC+1 schrieb Edward K. Ream:
>
> Leo 6.1 b1 is now available on GitHub. See this page 
> <https://github.com/leo-editor/leo-editor/releases/tag/v6.1.b1> for the 
> highlights.
>
> Many thanks to all those who have contributed to this release.
>
> Devs: please hold all commits to "devel" until Leo 6.1-final goes out the 
> door.  Barring significant new problems, this will happen in about a week.
>

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>  

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/223705ee-afa4-49a5-93bf-b3429c75477a%40googlegroups.com.

Reply via email to