Durumdara wrote:
> Hi !
>
> I have a text processor code and I want to put the results to standard
> files.
> HTML, XML, SQLite - they are ok.
>
> But I want to put these datas to DBF too, because when records are many,
> does not fit in Excel table (load from HTML). XML and SQLite need some
> de
Durumdara <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
> Can anybody known about DBASE handler module for Python ?
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/362715
max
--
http://mail.python.org/mailman/listinfo/python-list
Hi !
I have a text processor code and I want to put the results to standard
files.
HTML, XML, SQLite - they are ok.
But I want to put these datas to DBF too, because when records are many,
does not fit in Excel table (load from HTML). XML and SQLite need some
development to get datas.
I need