Ghido wrote:
> Hi all, i'm writing a software with python and wxpython for manage the
> quality/environmental/security system for the my factory. I want to
> separate the gui structure from the events and database operations for
> obtain a very modular software, for this reason i start to use
> sql
Hi all, i'm writing a software with python and wxpython for manage the
quality/environmental/security system for the my factory. I want to
separate the gui structure from the events and database operations for
obtain a very modular software, for this reason i start to use
sqlalchemy. Unfortunately