From: Kevin A. <al...@se...> - 2001-08-28 21:47:38
|
> Why do you think it has to be written in C? The format is quite simple > and speed is unlikely to be an issue. Requiring more extensions to be > bundled with PythonCard to make it work will make it more trouble > to set up > correctly. I suggested to Dave Cole that he should try and get his stuff bundled into the Python Standard Libraries. I would prefer a pure Python solution for now if we have to distribute it with PythonCard. > Is CSV import / export something that needs to be solved now? Is it > required by something else? This issue came up because of the addresses and dbBrowser samples. A CSV module would allow simple import/export for any PythonCard app. It isn't critical right now, so anyone that wants to can pursue it and just add the module to cvs when it is ready and notify the list. I'm not actively pursuing it myself except via email. ka |