[reportlab-users] pythonpoint with stringIO

Andy Robinson reportlab-users@reportlab.com
Thu, 2 Oct 2003 23:08:57 +0100


> I want to use pythonpoint from an other python script without 
> having an xml 
> file in entry (just with a stringIO).  I use prettyprint for making my 
> stringIO.

You can pass in any file-like object to the process(...) function
in pythonpoint.py. instead of a filename. It has been like this for 
some time.

- Andy Robinson