Re: Data store solution need help

2010-05-14 Thread superpollo
Haulyn Jason ha scritto: Hi, all: I am a Java programmer, now I am working on a Python program. At the moment, I need to store some data from user's input, no database, no xml, no txt(we can not make users open the data file by vim or other text editor). security thru obscurity? mmmhhh... -

Re: Data store solution need help

2010-05-14 Thread Alex Hall
An important question is: will you need this input stored across multiple runs of the program? What I mean is, do you want the user to set the data, then have those same settings even after closing and re-opening the program? On 5/14/10, Bruno Desthuilliers wrote: > Haulyn Jason a écrit : >> Hi,

Re: Data store solution need help

2010-05-14 Thread Tim Chase
On 05/14/2010 08:18 AM, Haulyn Jason wrote: I am a Java programmer, now I am working on a Python program. At the moment, I need to store some data from user's input, no database, no xml, no txt(we can not make users open the data file by vim or other text editor). You don't mention what type of

Re: Data store solution need help

2010-05-14 Thread Bruno Desthuilliers
Haulyn Jason a écrit : Hi, all: I am a Java programmer, now I am working on a Python program. At the moment, I need to store some data from user's input, no database, no xml, no txt(we can not make users open the data file by vim or other text editor). Any suggestions or reference url? Is t

Data store solution need help

2010-05-14 Thread Haulyn Jason
Hi, all: I am a Java programmer, now I am working on a Python program. At the moment, I need to store some data from user's input, no database, no xml, no txt(we can not make users open the data file by vim or other text editor). Any suggestions or reference url? Is there a lib should do thi