Just back from a grueling week on the South Carolina beach -- while I was there did some retooling of my scribalbum script (will update the wiki when I get a chance).
One thing I found was a problem with initializing constants in Scribus when you use import scribus rather than from scribus import * The second one allows you to use things like BUTTON_OK, but the first one doesn't - you get an undefined variable error. Is this expected behavior? Is there some command I'm not finding to initialize constants? Greg
