1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

PLUGINS.md: Correct the statement about python stdlib

This commit is contained in:
Athanasius 2022-12-08 12:59:36 +00:00
parent a3a52055d3
commit af5d998464
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -129,11 +129,15 @@ modules for plugin use:
- sqlite3 - sqlite3
- zipfile - zipfile
And, of course, anything in the [Python Standard Library](https://docs.python.org/3/library/) Unfortunately we cannot promise to include every part of the
will always be available, dependent on the version of Python we're using to [Python Standard Library](https://docs.python.org/3/library/) due to issues
build Windows installed versions. Check the 'Startup' line in an application with correctly detecting all the modules, and if they're single file or a
[Debug Log File](https://github.com/EDCD/EDMarketConnector/wiki/Troubleshooting#debug-log-files) package, and perhaps have sub-modules. For now, if you find something is
for the version of Python being used. missing that you need for your plugin, ask us to add it in, and we'll do so on
a 'best efforts' basis.
See [#1327 - ModuleNotFound when creating a new plugin.](https://github.com/EDCD/EDMarketConnector/issues/1327)
for some discussion.
--- ---