Re: Leo shortcut on windows fail with devel branch

2024-04-22 Thread Edward K. Ream
On Mon, Apr 22, 2024 at 7:59 AM Thomas Passin wrote: > You can see what would get installed with requirements.txt by adding the > flag --dry-run. Thanks for this tip! Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from

Re: Leo shortcut on windows fail with devel branch

2024-04-22 Thread Thomas Passin
You can see what would get installed with requirements.txt by adding the flag --dry-run. pip will go through the motions but not actually install anything. For example, I just ran py -m pip install -r requirements.txt --dry-run and got this report: Would install Send2Trash-1.8.3 cffi-1.16.0

Re: Leo shortcut on windows fail with devel branch

2024-04-22 Thread Edward K. Ream
On Sun, Apr 21, 2024 at 7:55 PM Félix wrote: Searching for ' leo-message ' in Leo's codebase, I see the 'leo-message' > script is mentioned in 'running.html' > Thanks, Thomas, for your help. And thanks, Félix for reporting this problem. This glitch is what Viktor asked about several days ago.

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Félix
Ah! Thank you Thomas!! The precise command line you suggested made a difference! I can now launch Leo with the same shortcut I had, so thanks again for that py/python difference made it work :) Félix On Sunday, April 21, 2024 at 11:45:15 PM UTC-4 tbp1...@gmail.com wrote: > On Sunday, April

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Thomas Passin
On Sunday, April 21, 2024 at 7:05:08 PM UTC-4 Félix wrote: After trying to simply install pyqt6, I get yet another error when trying to launch: *cannot import name 'QtWebEngineCore' from 'PyQt6'* It's in a separate package from PyQt6. Requirements.txt should get it installed. -- You

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Thomas Passin
py -m pip install -r requirements.txt On Sunday, April 21, 2024 at 9:05:10 PM UTC-4 Félix wrote: > Weird, i'm getting that -r is not an option... I'll investigate further... > [image: Untitled.png] > > > > On Sunday, April 21, 2024 at 8:55:57 PM UTC-4 Félix wrote: > >> Thanks Edward, >> >>

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Félix
Weird, i'm getting that -r is not an option... I'll investigate further... [image: Untitled.png] On Sunday, April 21, 2024 at 8:55:57 PM UTC-4 Félix wrote: > Thanks Edward, > > Searching for ' leo-message ' in Leo's codebase, I see the 'leo-message' > script is mentioned in 'running.html' >

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Félix
Thanks Edward, Searching for ' leo-message ' in Leo's codebase, I see the 'leo-message' script is mentioned in 'running.html' and also in 'add-desktop-links.leox'. Félix On Sunday, April 21, 2024 at 7:32:29 PM UTC-4 Edward K. Ream wrote: > > > On Sun, Apr 21, 2024 at 5:37 PM Félix wrote: >

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Edward K. Ream
On Sun, Apr 21, 2024 at 5:37 PM Félix wrote: > I had to revert to the master branch on my windows pc to get the shortcut to work. leo-messages.exe probably isn't nefarious, but it sure is mysterious. Running *pip -r requirements.txt* should install the missing dependency. Edward -- You

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Edward K. Ream
On Sun, Apr 21, 2024 at 5:37 PM Félix wrote: I had to revert to the master branch on my windows pc to get the shortcut > to work. > > It's the one that points to [Python]/Scripts/leo-messages.exe > I have no knowledge of this script! There is nothing suggestive of this file in the leo-editor

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Félix
After trying to simply install pyqt6, I get yet another error when trying to launch: *cannot import name 'QtWebEngineCore' from 'PyQt6'* [image: Untitled.png] On Sunday, April 21, 2024 at 6:47:19 PM UTC-4 Félix wrote: > Maybe I should update something on my side? Will that happen to all old >

Re: Leo shortcut on windows fail with devel branch

2024-04-21 Thread Félix
Maybe I should update something on my side? Will that happen to all old windows installations made with pip install ? (I installed on that pc a year or so ago) Here's what I see when I run that command manually : [image: Untitled.png] On Sunday, April 21, 2024 at 6:37:35 PM UTC-4 Félix

Leo shortcut on windows fail with devel branch

2024-04-21 Thread Félix
I had to revert to the master branch on my windows pc to get the shortcut to work. It's the one that points to Scripts/leo-messages.exe Here is the shortcut in question (was setup automatically when I installed Leo) [image: screenshot.png] -- You received this message because you are