ole structured storage documents under *nix

Fredrik Lundh fredrik at pythonware.com
Tue Feb 1 09:21:14 EST 2000


Lance Ellinghaus <Lance.Ellinghaus at avnet.com> wrote:
> I have been looking for either Python or C code that will allow me to read and
> write OLE structured documents..
> 
> Anyone know of any??

there's something called OleFileIO.py in PIL [1]

it contains enough stuff to read Image Composer
and FlashPix files, but I haven't really used it for
anything beyond that.  YMMV, in other words...

</F>

1) http://www.pythonware.com/products/pil





More information about the Python-list mailing list