Hi,
I'm trying to create a plugin. I made a module for UI, one for database and one for funcionalities. All that modules are import in main module (with geany.plugin).
If i want to import correctly these module i have to import them into init of class which inherit from geany.plugin.
I attach my beginning plugin with the error (change the extension to zip).
I'm working under Linux Mint , and my plugin is under .conf directory in my home.

Hi,
I'm trying to create a plugin. I made a module for UI, one for database and one for funcionalities. All that modules are import in main module (with geany.plugin).
If i want to import correctly these module i have to import them into init of class which inherit from geany.plugin.
I attach my beginning plugin with the error (change the extension to zip).
I'm working under Linux Mint , and my plugin is under .conf directory in my home.