Trying to figure out how to get a Quick Report, so ran the app wiz on my db, ran the app, when I hit "Requery" I get:
c...@dv67:~/temp/er$ python er.py Dabo Error Log: Sat Mar 14 23:04:01 2009: Type 'blob' not recognized. Dabo Error Log: Sat Mar 14 23:04:01 2009: No control class found for field 'picture_data'. Dabo Error Log: Sat Mar 14 23:04:15 2009: !!! Data Type Mismatch: field=donation_to_PSF. Expecting: <type 'unicode'>; got: <type 'float'> Dabo Error Log: Sat Mar 14 23:04:15 2009: !!! Data Type Mismatch: field=amount_billed. Expecting: <type 'unicode'>; got: <type 'float'> Dabo Error Log: Sat Mar 14 23:04:15 2009: !!! Data Type Mismatch: field=amount_added. Expecting: <type 'unicode'>; got: <type 'float'> Dabo Error Log: Sat Mar 14 23:04:15 2009: !!! Data Type Mismatch: field=amount_subtracted. Expecting: <type 'unicode'>; got: <type 'float'> Dabo Error Log: Sat Mar 14 23:04:15 2009: !!! Data Type Mismatch: field=amount_paid. Expecting: <type 'unicode'>; got: <type 'float'> Dabo Error Log: Sat Mar 14 23:04:15 2009: !!! Data Type Mismatch: field=amount_due. Expecting: <type 'unicode'>; got: <type 'float'> Dabo Error Log: Sat Mar 14 23:04:15 2009: !!! Data Type Mismatch: field=latitude. Expecting: <type 'unicode'>; got: <type 'float'> Dabo Error Log: Sat Mar 14 23:04:15 2009: !!! Data Type Mismatch: field=longitude. Expecting: <type 'unicode'>; got: <type 'float'> Segmentation fault (core dumped) Sqlite db, all those floats are indeed numeric, so it shouldn't be expecting unicode. Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
