On Tue, 31 May 2005, Jamie C wrote:
http://www-xray.ast.cam.ac.uk/~jc/veusz.png
Cool!
settingdb gives an exception on close, but other than that and the
weird bug where the graph is postage-stamp sized
That's probably because it can't find the geometry settings.
I've had a look at moving SettingsDb to QSettings and it seems pretty
easy... Well I can get it to read and (possibly) write settings. The
question is whether we want the current interface or something more
complex / flexible.
I dealt with the issue where you do "import directory.pythonfile" by
just putting everything in the same directory and changing it to
"import pythonfile"
That should work, no? Why do you need the hack?
ugly, but since this is more aimed at producing
a binary I don't think it really matters.
Well the source should be the same on all platforms so it's kindof a
problem...