1 | | {{{ |
2 | | [p_group_cohomology-3.2] Installing p_group_cohomology-3.2 |
3 | | [p_group_cohomology-3.2] |
4 | | [p_group_cohomology-3.2] Error compiling Cython file: |
5 | | [p_group_cohomology-3.2] ------------------------------------------------------------ |
6 | | [p_group_cohomology-3.2] ... |
7 | | [p_group_cohomology-3.2] ## If it doesn't, then we need to find out *after* loading |
8 | | [p_group_cohomology-3.2] second_cache_attempt = False |
9 | | [p_group_cohomology-3.2] if not coho_options.has_key('@newroot@'): |
10 | | [p_group_cohomology-3.2] try: |
11 | | [p_group_cohomology-3.2] OUT = _cache.get((GroupKey,StateFile)) or _cache.get((GroupKey,StateFile[:-5])) |
12 | | [p_group_cohomology-3.2] except StandardError, msg: |
13 | | [p_group_cohomology-3.2] ^ |
14 | | [p_group_cohomology-3.2] ------------------------------------------------------------ |
15 | | [p_group_cohomology-3.2] |
16 | | [p_group_cohomology-3.2] pGroupCohomology/cohomology.pyx:160:15: undeclared name not builtin: StandardError |
17 | | [p_group_cohomology-3.2] |
18 | | }}} |
19 | | `StandardError` has been removed in Python3. |
20 | | Cf. e.g. http://python3porting.com/differences.html#standarderror |
| 1 | The aim of this ticket is to provide a new version of the optional `p_group_cohomology` spkg so that it builds and passes tests both with python-2 and python-3. |
| 2 | |
| 3 | Hopefully the version number 3.3 (two times three) is appropriate. |