I just tried making a self-contained Leo installer for Windows with 
PyInstaller.  the executable failed with this error:

  File "leo\core\leoApp.py", line 1853, in reportDirectories
    g.es(f"{kind:>10}:", os.path.normpath(theDir), color='blue')
                         ^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen ntpath>", line 540, in normpath
TypeError: expected str, bytes or os.PathLike object, not NoneType

[1556] Failed to execute script 'launchLeo' due to unhandled exception!

Even after this gets handled, there is going to have to be some 
hand-crafted configuration to get the whole thing working right.  See 
PyInstaller 
Manual <https://pyinstaller.org/en/stable/index.html>

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/4f62c6bc-9e17-49ac-8a2a-e0ce97fa632fn%40googlegroups.com.

Reply via email to