Re: Uncaught critical error in the python bindings without apparent cause

2012-04-10 Thread John Ralls
On Apr 10, 2012, at 3:51 PM, m...@janno-kaiser.de wrote: > Hi, > > I've run into an error using the python bindings: > > This is the code (changed a bit to make it easier to read): > > c = book.CustomerLookupByID(customerid) > assert( isinstance(c, Customer) ) > CUR = c.GetCurrency() > assert(

Re: GSoC Android proposal

2012-04-10 Thread John Ralls
On Apr 10, 2012, at 1:17 PM, Christian Stimming wrote: > Am Dienstag, 10. April 2012, 01:36:56 schrieb Ngewi Fet: >> After doing a crash course in QFX, I have written a small module for >> outputting expenses in the OFX format which was proposed as a better >> alternative to the QIF format. >> Th

Uncaught critical error in the python bindings without apparent cause

2012-04-10 Thread m...@janno-kaiser.de
Hi, I've run into an error using the python bindings: This is the code (changed a bit to make it easier to read): c = book.CustomerLookupByID(customerid) assert( isinstance(c, Customer) ) CUR = c.GetCurrency() assert( isinstance(CUR, GncCommodity) ) invoice = Invoice( book=book,

Re: GSoC Android proposal

2012-04-10 Thread Ngewi Fet
Hi, On Tue, Apr 10, 2012 at 10:53, Muslim Chochlov wrote: > > Looks very attracting at a first glance. Write once, run everywhere is > definitely a very good approach. > However, it seems the more complex and platform specific application tends > to be the more sophisticated becomes development p

Re: GSoC Android proposal

2012-04-10 Thread Christian Stimming
Am Dienstag, 10. April 2012, 01:36:56 schrieb Ngewi Fet: > After doing a crash course in QFX, I have written a small module for > outputting expenses in the OFX format which was proposed as a better > alternative to the QIF format. > The code can be found here: https://github.com/codinguser/OfxModu

Re: GSoC Android proposal

2012-04-10 Thread Muslim Chochlov
Hi, > One possibility you might want to consider is the open source Apache > Cordova > (formerly PhoneGap) framework. http://en.wikipedia.org/wiki/PhoneGap See > the supported platforms/devices here. > > 1. Single code base - multiple platforms/devices. However, a different > build > environment