Scripter/Snippet/reading a file: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 March 2010

  • curprev 12:2212:22, 10 March 2010Ale talk contribs 164 bytes +164 New page: <pre> try: infile = open(filename, 'r') except: scribus.MessageBox("File Error","Problem trying to open %s." % (file_name), ICON_CRITICAL) sys.exit(1) </pre>