Closed ismailsunni closed 6 years ago
@ismailsunni This error is usually associated with using an environment with Python 2.x when the lib uses Python 3.x syntax. By the paths shown in the error you've posted, it seems to be the case. Have you tried creating your virtualenv/project with Python 3 to see if it still happens?
Ah I see... I haven't tried with Python 3, our work are still using python 2. I thought it also supports Python 2. Thanks. Just close this if you don't have plan to support Python 2.
No problem, thanks for the interest in it :)
I believe @hugobessa can give a better answer on whether Python 2 support will be available or not, let's see what he has to say. Maybe we should at least add a "Python 3 only" badge somewhere, if Py2 won't be supported.
@ismailsunni the master branch already supports python2, but we didn't release yet. We plan to release this after #10 is merged (it's still being reviewed).
@ismailsunni I forgot to update you on this, but the fix was already released. Version 0.0.10
Thanks, @hugobessa I will give it a try :) 👍
I followed the README, the link
Periodic tasks status
shown in the admin page, but when I access it, I got this error:Any idea how to fix this?