On Wed, 2005-05-18 at 12:02 -0500, Gregory Pittman wrote: > I wonder whether there could be consideration of developing an ability > for Scribus to import from an SQL database.
That's an ideal use for the Python scripting system. I've done a few simple examples, but never had one I was satisfied was release quality (and won't until I have text metrics). Still, you can already do a lot from a DB, and there are many good database interfaces for Python. -- Craig Ringer
