Gregory Pittman wrote: > Here the first working example of this script -- designed to > automatically create a Scribus doc from the images in a directory. > Quick fix: In line 77 of scribalbuma4.py, change 'D.sort' to 'D.sort()' -- this way it will actually sort the list of pictures (was wondering why it wasn't working). Greg