divio / aldryn-search

Haystack 2.0 search index for django CMS
Other
48 stars 77 forks source link

Python 3 compatibility #33

Closed fellu closed 4 years ago

fellu commented 9 years ago
from aldryn_search.views import AldrynSearchView

File "/home/fellu/code/own/asm_cms/env/lib/python3.3/site-packages/aldryn_search/views.py", line 9, in from aldryn_common.paginator import DiggPaginator File "/home/fellu/code/own/asm_cms/env/lib/python3.3/site-packages/aldryn_common/paginator.py", line 61 except InvalidPage, e: ^ SyntaxError: invalid syntax

trawick commented 8 years ago

Can't this be closed? It seems that this particular issue was fixed via https://github.com/aldryn/aldryn-common/commit/2d07ab78385049bc016e93ada157002b0479f14a

czpython commented 8 years ago

@trawick I thought about it but I've not had time to verify if that commit is all that was needed for python 3 compatibility. So I've left this open more as a reminder for me to check..

trawick commented 8 years ago

@czpython I understand.

FWIW:

Meanwhile, 2to3 finds stuff to fix in aldryn-common 1.0.0, but that's another repo, with at least a ticket and pull request which are related.

Best wishes/thanks for your help/etc.

DmytroLitvinov commented 4 years ago

Hi @FinalAngel , I think we can close this issue

FinalAngel commented 4 years ago

thanks @DmytroLitvinov