Well, I've got it running on windows. The problems it was having with paths and import $directory.pythonfile are because there was no __init__.py in the dialogs and windows directories - I've made some but maybe you'd rather write your own Jeremy since I suspect the CVS version has moved on a bit from the vanilla 0.6 I'm using.
The only sticking point to a windows version is (I think) the problem with unix specific stuff in the settings files - this causes that bug with weird default sizes and causes an exception when it tries to write out the settings on close. If someone fixes that we're good to go. Though if that fix involves writing stuff to the registry you can compile your own qt :p Probably the best way to do it is to detect what OS it's using and on windows put text files in the veusz directory - one for global settings and one per user. I think users almost always have write permission to the program directories on windows. Anything fancier, like using the "Documents and Settings" directories, will break on Win 9X. Jamie On 6/10/05, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > On 5/29/05, J. Graham <[EMAIL PROTECTED]> wrote: > > On Tue, 24 May 2005, J. Graham wrote: > > > > > On Tue, 24 May 2005, Jamie C wrote: > > > > > >> Had a quick go at it on my machine. > > > > > It looks like there's a few evaluation options or a port of the free unix > > > version so I might have a go at getting it working anyway > > > > There's a set of instructions for getting the ports of free qt/pyqt > > running on windows at > > http://kscraft.sourceforge.net/convert_xhtml.php?doc=pyqt-windows-install.xhtml > > If someone has a Windows build environment set up, I'm pretty optimistic > > that a windows binary will be acheivable before (py)qt4. I've had problems > > getting the full build environment from the downloads avaliable at MSDN > > though - a proper copy of MS Visual C++ would be really useful > > (alternatively, using Cygwin might work). > > > > Qt 4.0 release candidate was just announced on freshmeat: > > http://freshmeat.net/projects/qt/?branch_id=17344&release_id=198536 >
