Re: How to create a pypi distribution ?

2024-06-12 Thread Edward K. Ream
On Wednesday, June 12, 2024 at 6:56:52 AM UTC-5 Edward K. Ream wrote: Heh. I just did that, but python -m leo.scripts.build_leo failed: C:\Python\Python3.12\python.exe: No module named build.__main__; 'build' is a package and cannot be directly executed See build_log.txt It may be just the

Re: How to create a pypi distribution ?

2024-06-12 Thread Edward K. Ream
On Wednesday, June 12, 2024 at 6:46:57 AM UTC-5 Edward K. Ream wrote: Many thanks, Viktor, for your continued testing. *I'll add "build" to requirements.txt for 6.8.0 b1.* Heh. I just did that, but python -m leo.scripts.build_leo failed: C:\Python\Python3.12\python.exe: No module named

Re: How to create a pypi distribution ?

2024-06-12 Thread Edward K. Ream
On Wed, Jun 12, 2024 at 5:54 AM Viktor Ransmayr wrote: *> I fixed the first problem by adding the missing 'build' package to Leo's 'requirements.txt' file.* Leo's users do not need "build", so adding "build" to requirements.txt isn't strictly necessary. Otoh, few would notice :-) The

Re: How to create a pypi distribution ?

2024-06-12 Thread Viktor Ransmayr
Hello Edward, Edward K. Ream schrieb am Dienstag, 11. Juni 2024 um 11:10:05 UTC+2: On Fri, Jun 7, 2024 at 11:16 AM Viktor Ransmayr wrote: Hello Edward, Edward K. Ream schrieb am Freitag, 7. Juni 2024 um 14:15:18 UTC+2: On Fri, Jun 7, 2024 at 4:56 AM Viktor Ransmayr wrote: > This morning I

Re: How to create a pypi distribution ?

2024-06-11 Thread Edward K. Ream
On Fri, Jun 7, 2024 at 11:16 AM Viktor Ransmayr wrote: > Hello Edward, > > Edward K. Ream schrieb am Freitag, 7. Juni 2024 um 14:15:18 UTC+2: > > On Fri, Jun 7, 2024 at 4:56 AM Viktor Ransmayr wrote: > > > This morning I re-read your feedback - and - understood that you did > say: Leo's

Re: How to create a pypi distribution ?

2024-06-07 Thread Viktor Ransmayr
Hello Edward, Edward K. Ream schrieb am Freitag, 7. Juni 2024 um 14:15:18 UTC+2: On Fri, Jun 7, 2024 at 4:56 AM Viktor Ransmayr wrote: > This morning I re-read your feedback - and - understood that you did say: Leo's developer should create the 'leo-editor/dist' directory manually ! I did -

Re: How to create a pypi distribution ?

2024-06-07 Thread Edward K. Ream
On Fri, Jun 7, 2024 at 4:56 AM Viktor Ransmayr wrote: > This morning I re-read your feedback - and - understood that you did say: Leo's developer should create the 'leo-editor/dist' directory manually ! I did - but - ran into the next issue: [build_log.txt doesn't exist]. > > Should the GH

Re: How to create a pypi distribution ?

2024-06-07 Thread Viktor Ransmayr
Hello Edward, Edward K. Ream schrieb am Donnerstag, 6. Juni 2024 um 14:40:29 UTC+2: On Mon, Jun 3, 2024 at 2:55 PM Viktor Ransmayr wrote: * When I run the 'build_leo.py' script I immediately receive the following traceback: [snip] File

Re: How to create a pypi distribution ?

2024-06-06 Thread Viktor Ransmayr
Hello Edward, Edward K. Ream schrieb am Donnerstag, 6. Juni 2024 um 14:40:29 UTC+2: On Mon, Jun 3, 2024 at 2:55 PM Viktor Ransmayr wrote: * When I run the 'build_leo.py' script I immediately receive the following traceback: [snip] File

Re: How to create a pypi distribution ?

2024-06-06 Thread Edward K. Ream
On Mon, Jun 3, 2024 at 2:55 PM Viktor Ransmayr wrote: * When I run the 'build_leo.py' script I immediately receive the following > traceback: > [snip] > File > "/home/user/PyVE/GitHub/Leo/leo-editor/leo/scripts/build_leo.py", line 26, > in > assert os.path.exists(dist_dir),

How to create a pypi distribution ?

2024-06-03 Thread Viktor Ransmayr
Hello Edward & Community, Has anyone tried to create a pypi distribution of Leo following the description in GitHub issue #3837 ? When I try to follow the description I already fail during Step 1 ! * I start with an up to date version of Leo's devel branch. * The only change I make is to