Hi, You could also have a look at the standard Python documentation (which includes a tutorial for complete beginners): http://docs.python.org/index.html Of course, this has nothing specific to Scribus, so it won't give you the scripts you want, but the Python API for Scribus is not terribly complicated (in my experience). Once you can work with Python objects and classes, you should be able to write Scribus scripts without too much trouble.
:) David On Friday 20 October 2006 06:04, Cedric Sagne wrote: > Hi > > I am looking for tutorials on Python, on the wiki, and just everywhere, but > it clearly is one of the toughest things in Scribus. My search is going on > but I'm starting from scratch and I don't have many resources yet. > > I found "Hello World" but it produces errors (I'm at a loss to debug it... > no clue where to start)... Does someone have links to resources, especially > step by step tutorials or commented scripts? > > I am looking for a simple script to assign a name to a shape, set up a > gradient A to B, and pick two colours for a new gradient, a script to fill > in a form and insert the text into predefined text boxes with the existing > text formating... starting from scratch this is tough, any help will be so > much appreciated. > > Any tutorial resources will be appreciated. Thanks to all. > > Cedric > > > > --------------------------------- > Stay in the know. Pulse on the new Yahoo.com. Check it out.
