RE: Advice!
···
-----Original Message-----
From: Hurt, David C
Sent: Monday, November 18, 2002 7:42 AM
To: ‘Tiago Duarte Felix’
Subject: RE: Advice!
Take a look at the Metakit library. I have used it for some prototypes and have found it
to be fast enough for my purposes. There is a python library.
I think the URL is http://metakit.sourceforge.net
I hope this helps
-----Original Message-----
From: Tiago Duarte Felix [mailto:tdf@mega.ist.utl.pt]
Sent: Friday, November 15, 2002 8:16 PM
To: wxPython-users@lists.wxwindows.org
Subject: Advice!
i need to save all the options of windows, types, etc… losts of stuff…
what structure can i arrange?? how can i save it?
it is a circuit simultor… so it has some options…
Another thing is… it creates lots of data, points to print in a graph
(probe), is there a way to use some sort of database? i know wxwindows has a
database… is it good… for big files… arround 1Mbyte… i din’t want
to fill memory with this sort of stuff… i would rather keep it on disk…
but i need fas access… so… what can i do? any ideas?