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 dreaded software rot, not a real build issue. I'll look into this today. It turned out that *I* didn't have "build" installed, as "pip list" confirmed. I don't have any idea why Python would issue the warning above! Anyway, installing "build" worked for me. But there are complications that merit a new PR. Coming soon. Edward -- 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/3f676376-1ef4-4b9f-99a3-1a68c1a492d5n%40googlegroups.com.
