thuban strict wxPython version check?

Paul Wise pabs3 at bonedaddy.net
Thu Jun 8 16:37:33 CEST 2006


Hi all,

I'm wondering what the following check from Thuban/version.py is for? Is
the wxWidgets ABI really so fragile that wxProj breaks on new minor
2.6.X versions or new 2.4.X versions? Surely using the soname to do
version checks with the normal shared library support is enough?

    # Check whether the wxWindows version of wxPython and thuban's
    # wxproj module match.  If they don't match, segfaults are likely.
    if versions["wxproj-wx-tuple"] != versions["wxPython-tuple"][:3]:
        errors.append(_("Thuban was compiled with wx %(wxproj-wx)s"
                        " but wxPython is %(wxPython)s")
                      % versions)

I get the feeling I'm missing something about wxProj and it's
relationship to wxWidgets, enlightenment would be welcome.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.intevation.de/pipermail/thuban-devel/attachments/20060608/e34e7920/attachment.bin


More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)