ini files and plugins

Fredrik Lundh fredrik at pythonware.com
Thu Nov 16 10:08:59 EST 2006


"tool69" wrote:

> 1 -  create a sort of ini file where I can put the user configuration
> that will load itself on the application startup ;

http://docs.python.org/lib/module-ConfigParser.html ?

> 2 -  a simple plugin system with python files ( maybe to add new
> langages, etc.) ;

http://effbot.org/zone/import-string.htm ?

</F> 






More information about the Python-list mailing list