Was somebody able to run wxPython 2.1.15 on IRIX? The compile
process terminated without problems, but it seems there is a problem
related to libwxPyHelpers.so. When I run the demo, I get this error
message:
I've gotten wxPython 2.1.15 and wxGTK 2.1.15 to run on basically the
same SGI setup that you have. The only difference is that I am using
SGI's compilers and that I am using the -o32 ABI.
The problem that you are having is the wxcmodule library is missing
the following method setSelf__18wxPyCallbackHelperP7_objectT1i.
You'll need to run this through a g++ demanager to see what function
isn't being compiled.