This is a Plugin which adds the popular Scripting Language
Python to Scribus

Requirements to use this Plugin:
- Scribus 1.0 or higher

Install:
Just the usual configure, make, make install
If you have set a --prefix when compiling Scribus, use the
same --prefix for this Plugin.

Use of the Plugin:
This Plugin installs a new entry in the main Menubar called
"Script". To run a Python-Script select "Execute Script..."
and you get a File Select Box to select a Script.

It's possible to run most Python Programs, except the ones
who are expecting Parameters from the command line.

Sketch for example runs fine.

Some Modules are however problematic:

- MySQLdb-0.9.2
  Can only be used once, unless you add an environment variable PYTHONPATH
  containing the path to your "site-packages" Directory
  The old MySQLdb-0.3.5 runs fine.

- PyQt-3.4 
	Same as for MySQLdb but you must restart Scribus to run a second script.

Franz Schmid
in July 2003
