| 2 | |
| 3 | from the crash report: |
| 4 | {{{ |
| 5 | ... |
| 6 | /home/dima/sagetrac-mirror/local/lib/python2.7/site-packages/sage/groups/perm_gps/permgroup.py in <module>() |
| 7 | 131 # Distributed under the terms of the GNU General Public License (GPL) |
| 8 | ... |
| 9 | 145 from sage.interfaces.gap import gap, GapElement |
| 10 | --> 146 from sage.groups.perm_gps.permgroup_element import PermutationGroupElement, standardize_generator |
| 11 | global sage.groups.perm_gps.permgroup_element = undefined |
| 12 | ... |
| 13 | |
| 14 | ImportError: /home/dima/sagetrac-mirror/local/lib/python2.7/site-packages/sage/groups/perm_gps/permgroup_element.so: undefined symbol: libGAP_ElmListFuncs |
| 15 | }}} |