Quote:
Originally Posted by eschwartz
List it as a requirement and tell users to use pip install?
|
That will work on Linux, but not with Windows/Mac users using Sigil's bundled Python. They could, of course, install Python themselves and then configure Sigil to use that external Python. Then your suggestion would work.
We've thought of putting a folder in Sigil's prefs (which would be included in sys.path) where pure Python modules could be dropped and thus made available to the bundled Python interpreter, but I'm not sure rooting around in Appdata would be any easier for casual folk than installing/switching to an external Python and using pip. *shrug* Still might do it, just to have options available.