Having problems with plugin. An loading
Error in plugin iConomy:
Traceback <most recent call, last>;
File "<string>", line 37, in On_PluginInit
SystemError: Object reference not set to an inctance of an object
Python:
self.__DefaultMoney__ = float(ini.GetSetting("Settings", "DefaultMoney"))
Either this is a first setup problem, because of the current way of ini handling in Fougerite, or you set a not number in the config.
If It's a number just reload the plugin, and It should work.
