Converting binaty to ascii

Miki Tebeka miki.tebeka at zoran.com
Wed Feb 18 15:59:40 EST 2004


Hello Angelo,

> Any suggestions on what is the right approach to solve the problem of
> converting a database in binary format to an ASCII format?
If it's a "real" database then just issue a query with on of the
Python plugins and then save the query result to a text file.
If it's just a binary file use the `array' or `struct' modules.

HTH.
Miki



More information about the Python-list mailing list