Re: Python module prototype

2011-03-24 Thread Christian Stimming
Am Mittwoch, 23. März 2011 schrieb Andy Clayton: > Okay, so I lied: I am going to send them in the old format one last time. I > have been fighting with Ubuntu/debian's SSLless git, gmail's imap, and > thunderbird for a while and have run out of time tonight, and since I will > be busy the next few

Re: Python module prototype

2011-03-23 Thread Christian Stimming
Dear Andy, thanks a lot for your patches. I've applied the first one already into SVN. One minor change in Makefile.am: Only the python gncmod library links to PYTHON_LIBS, but not the existing and unchanged gncmod_app_utils. I'll commit the others later this week. I'd like to make the config

Re: Python module prototype

2011-03-22 Thread Andy Clayton
Christian, > However, even the first not-yet-applied patch, build-core-python-swig.patch, > doesn't compile (and needed some hand tweaking due to new changes upstream, > but that wasn't a problem): > > cc1: warnings being treated as errors > swig-app-utils-python.c:3677: error: no previous prototy

Re: Python module prototype

2011-03-21 Thread Christian Stimming
Dear Andy, Am Mittwoch, 26. Januar 2011 schrieb Andy Clayton: > So based off of the Interactive Javascript + Canvas (Flot) powered > graphs thread: > > Here's what I currently have for a python module. Now that we have a 2.4-stable branch and trunk is open for all new features again, I was inte