Closed tanyafish closed 7 years ago
I'll check those on Friday. I would recommend always checking for module availability and exit if they are missing. Failing that, the client will lock the python process and there is no way to exit.
... see the latest examples that include a try-except blocks for this purpose, before the code intended to be run is started.
going to merge and add those safeguards, no need for you to do it, it was a comment for future examples and general advise to not take for granted that users will have the necessary modules hooked up when they fire up your scripts - due to the modular nature of Flotilla, chances are they won't.
Added more examples to go with education projects