this is good enough:
[EMAIL PROTECTED]:~/dabo/carl/dabo/dabo/ui/dialogs$ py.sh about.py
about dialog comes up, there is a copy button.

which is good, because I was wondering how to work with the clipboard, and now 
I 
know where to look :)

Another thing:


                app = self.Application

                ds = []
                ds.append({"name": "Platform:", "value": app.Platform})
                ds.append({"name": "Python Version:", "value": "%s on %s"
                                % (sys.version.split()[0], sys.platform)})
                if app:
                        appVersion = app.getAppInfo("appVersion")
                        appName = app.getAppInfo("appName")
                else:

app.Platform is used before the "if app", so either there will be an error, or 
the if isn't needed.

right?

Carl K

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to