Re: [Pythonmac-SIG] py2app not including /Library/Python/2.6/site-packages

2011-01-25 Thread Christopher Barker
On 1/24/11 10:57 PM, michael ferraro wrote: I should clarify- My apps are used in intense live animation production applications. Having an app the runs like an app, can be executed from the dock and in all aspects seems like a real Mac- app, for me, makes it possible to experiment with new m

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-25 Thread Matthias Baas
On 25.01.11 22:24, Christopher Barker wrote: >> You can find out the ABI version a particular version of gcc uses by >> running the following command: >> >> g++ -E -dM - > Any idea how to see what ABI version a given binary was compiled against? Hm, I don't know. The above only prints a preproces

Re: [Pythonmac-SIG] py2app not including /Library/Python/2.6/site-packages

2011-01-25 Thread David Bolen
michael ferraro writes: > Using Apple's installed python means one less install and, one less > opportunity for problem. It is probably shortsighted. Given > everything, installing a python.org version of python might make > things more consistent and easier. Just to perhaps clarify one thing

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-25 Thread Christopher Barker
On 1/25/11 12:19 PM, Matthias Baas wrote: It's not a typo, the numbers indicate the C++ ABI (Application Binary Interface) version the code uses. As far as I know, version 1002 is still the current one and it was introduced by gcc 3.4. Before that, the version was 102 (don't ask me how these n

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-25 Thread Matthias Baas
On 25.01.11 17:06, Christopher Barker wrote: > On 1/25/11 1:20 AM, Brendan Simon (eTRIX) wrote: >> Fatal Error: Mismatch between the program and library build versions >> detected. >> The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx >> containers,compatible with

Re: [Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-25 Thread Christopher Barker
On 1/25/11 1:20 AM, Brendan Simon (eTRIX) wrote: I have a wxPython app that is built with py2app. A user recently reported the following error when trying to run the app. Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Uni

[Pythonmac-SIG] C++ ABI 1002/102 incompatibility with wxPython

2011-01-25 Thread Brendan Simon (eTRIX)
I have a wxPython app that is built with py2app. A user recently reported the following error when trying to run the app. Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,