On Wednesday 28 December 2005 14:46, Christian Zwahlen wrote: > Hi, > > Am Samstag, den 24.12.2005, 21:23 +0100 schrieb Christoph Sch?fer: > > Copy the code from the web page into a text editor and save as > > whatever_you_think_appropriate.py, copy the python file into the scribus > > scripts or examples directory and run it from within scribus. > > Ok, the programm to start scribus is in Suse Linux 9.2 in > - "/usr/local/bin/scribus" > the original scribus program source is in the "home" directory > - "/scribus-1.3.1/scribus/" > > But, I can not find a directory "scripts" or something. > Or in > "file:/home/christian/Documents/scribus-1.3.1/scribus/plugins/scriptplugin/ >scripts"? > > I copy a test file (test.py) in this directory, and now..? How can I run > it? (My Scribus don?t have a menu "Scripts"). > > > Regards > Chris
My guess is your build scribus is not compiled with python support which supplies the scripter. The scripter menu is not enabled if In the source tarball there is a file BUILDING which lists every single libary and corresponding -devel package needed. You can put scripts in any place, then set that directory in Edit > Preferences. Hope that helps, Peter
