[wxPython-users] Cross-platform distribution
Nitro
nitro at dr-code.org
Mon Oct 1 13:41:12 PDT 2007
Am 01.10.2007, 22:21 Uhr, schrieb Dusty Phillips <buchuki at gmail.com>:
> Hmm. I've been reluctant to use Py2exe, as I understand that it ships
> wxPython with the app. Maybe that's normal for Windows, but it seems
> more sensible to me to download and install it once separately than to
> have a large download with each app. I will experiment with it a bit
You should consider this a feature. This way each app can have its own
version of wxPython. You also don't end in dll hell or need to keep the wx
version separate. After all wxPython has only a payload of maybe 10 MB or
so. Even if you install 50 apps which use wxPython this takes up 0.5gb
which is neglible imo.
The windows model handles this just a lot better. The worst thing ever
about linux is package hell.
-Matthias
More information about the wxpython-users
mailing list