News

Codon doesn't support Python module X or function Y. While Codon covers a sizeable subset of Python's standard library, it does not yet cover every function from every module. Note that missing ...
Describe the bug Import failure plugin qgep_sys.drop_symbology Une erreur est survenue lors de l'exécution du code Python : sqlalchemy.exc.ArgumentError: Textual SQL expression 'SELECT qgep_sys.dro ...
This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!
As the topic title, I'm receiving a "cannot import name ttk" error even though it appears that my python path has the correct directory listed in it. I'm ...