best GUI library for vector drawing program
Jeremy Sanders
jeremy+complangpython at jeremysanders.net
Fri Aug 17 15:39:45 EDT 2007
chewie54 wrote:
> I looked at your application, Veusz (it looks very nice), and I see
> you have binary distrubitions
> for each os. Is is difficult to build these binaries for each
> system. Could
> you tell me how that is done?
I use pyinstaller to make the binaries (see the veusz_pyinst.spec file), and
NSIS to make a Windows installer from the Windows binary (see veusz.nsi).
The Linux binary, unfortunately, isn't 100% compatible, as I've found trying
to run on 64 bit systems. I assume it's some sort of glibc mismatch. Making
the linux binaries on an old distribution helps the compatibility (I use
centos 3 in a virtual environment).
jeremy
--
Jeremy Sanders
http://www.jeremysanders.net/
More information about the Python-list
mailing list