Re: [PythonCE] Shelve -- has anyone used it successfully?

2004-12-08 Thread Ron Phillips
Ok, Mark, thanks -- I've just about resigned myself to using csv, unless someone tells me that csv doesn't work right, either!   Ron ___ PythonCE mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Shelve -- has anyone used it successfully?

2004-12-08 Thread Michael
There's a pure python database called kirbybase you could try. If csv doesn't work I've done a module called listquote that would work. Regards, Fuzzy http://www.voidspace.org.uk/atlantibots/pythonutils.html -Original Message- >From: "Ron Phillips"<[EMAIL PROTECTED]> >Sent: 08/1

Re: [PythonCE] Shelve -- has anyone used it successfully?

2004-12-08 Thread Ron Phillips
Thank you! I'll check it out -- but I lost my platform suddenly. The original owner is coming back from Iraq and needs it right away.   I might get another PocketPC after the budget rolls over in January. Sigh.   Ron   >>> "Michael" <[EMAIL PROTECTED]> 12/8/2004 11:23:45 AM >>> There's a pure

Re: [PythonCE] Shelve -- has anyone used it successfully?

2004-12-08 Thread Michael Foord
There's a pure python database called Kirbybase that might be worth looking into. If csv doesn't work I've written a python module called listquote that has csv functions. Regards, Fuzzy http://www.voidspace.org.uk/atlantibots/pythonutils.html Ron Phillips wrote: Ok, Mark, thanks -- I've just a

AW: [PythonCE] Shelve -- has anyone used it successfully?

2004-12-08 Thread Anne Wangnick
I'm using dumbdbm, which comes in the Python CE distribution. It generates .dat, .dir & .bak files. However, I'm not using it as a shelve, but rather as a database. Actually, I'm generating the database on XP and then using it on CE. I believe that as dumbdbm is the only database module available

Re: AW: [PythonCE] Shelve -- has anyone used it successfully?

2004-12-08 Thread Anthony Tuininga
I'm not sure if this is relevant but I thought I would throw it out as information in case it is. If you wanted to use SQLite, I have successfully built it for Windows CE and used it. It is a small footprint, fast, limited feature RDBMS which is open source and available for free. On Wed, 8 Dec 20