Conversation
Systm21
commented
Sep 11, 2023
- temporary fixed python version check
- fixed output_folder issue
- deleted obolete settings-template.toml
- create keys folder
- placed infofile for placing keys
mrmay-dev
left a comment
There was a problem hiding this comment.
Cool! The latest update also has most of these. I've thought of making the code Python 3.11+ exclusively to avoid the version check. I'd hate to shut anyone out if Python 3.7 can do the job.
What do you think?
|
The Problem for me was, that Python 3.11 can't find the tomllib and gives me errors. But its an onboard library, right? So i disabled it temporary to find the other issues. You can update it later (or implement a working version check,), if everything works fine. |
|
Interesting. I wonder why. Is there a better way to check the version? |
|
I dont have much experience with python, sorry. According to the keyfile blocks, the readme should get a polish after everything works. |