<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    I have a wxPython app that is built with py2app.&nbsp; A user recently
    reported the following error when trying to run the app.<br>
    <br>
    <blockquote>Fatal Error: Mismatch between the program and library
      build versions detected.<br>
      The library used 2.8 (no debug,Unicode,compiler with C++ ABI
      1002,wx containers,compatible with 2.6),<br>
      and your program used 2.8 (no debug,Unicode,compiler with C++ ABI
      102,wx containers,compatible with 2.6).<br>
      Abort trap<br>
      logout<br>
    </blockquote>
    <br>
    It appears to be a difference in the wx libraries on the target
    system and the wx libraries on the build system.<br>
    <br>
    Unfortunately, at this stage, I do not know what the OS X version is
    on the target system.<br>
    <br>
    The app was built using Python 2.5.4, (wxPython 2.8.11.0 or 2.8.4.2
    ??) on OS X 10.6.6.<br>
    <br>
    Is there anyway to fix this with a py2app setting ??<br>
    <br>
    Doesn't py2app copy all the libraries to the app bundle ??&nbsp; I guess
    that doesn't guarantee that the libraries will load on any OS.<br>
    <br>
    What about path settings ??<br>
    <br>
    I presume others have solved this before.&nbsp; Any suggestions ?? <br>
    <br>
    Many thanks,<br>
    Brendan.<br>
    <br>
  </body>
</html>