Description of problem: /usr/bin/timeline Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8). Aborted (core dumped) Version-Release number of selected component (if applicable): timeline-1.5.0-1.fc22.noarch Actual results: Timeline crashed. Expected results: Timeline working. Additional info: I "build" latest v1.6.0 release, but same problem. :(
It seems to be a generic wxPython problem (we just found the same issue when running GRASS GIS 7): $ python -c "import wx" Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8). Cancelled (core dump created)
See also bug #1208813
Is this still a problem? I rebuilt wxPython a while back which should've resolved this.
Timeline is work, thanks!