Am Donnerstag, 7. August 2008 11:13 schrieb M. Dietrich: > i am a maintainer of python bindings for aqbanking. since i > installed the version 20.6.2 the bindings don't work anymore.
The python bindings have last been changed on 2006-02-24, i.e. shortly before version 2.0.0. It is indeed very likely they don't work right now (I guess you are talking about version 2.6.2, not version 20?). If you want them to work, your best guess is to try version 2.0.0 (in which they should work for sure), then 2.2.0, then 3.0.0 and so on. > in the first place some functions seem to be renamed like > AB_Value_GetValueAsDouble and AB_Value_SetValueFromDouble but some > disapeared completly like AB_Split_IsModified. is there a document > describing the changes? No, there is no such document. You can only look into the code. Personally, I only look at the code by using git and git-svn because only this allows me to browse through the various versions quickly enough. In case you have any proposed patches to the python bindings (preferably with unittests of what should work by then), I'd happily add them to our SVN. Thanks a lot. Regards, Christian ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
