Thanks for this nice little PDF reader written with Python-EFL! I just tried Lekha with current EFL and Python 3. Loading PDFs failed because it seems like the time.clock() function doesn't exist anymore in Python 3 - replacing all occurrences with time.time() fixed it for me.
I can make a PR if you like.
Hello,
Thanks for this nice little PDF reader written with Python-EFL! I just tried Lekha with current EFL and Python 3. Loading PDFs failed because it seems like the
time.clock()
function doesn't exist anymore in Python 3 - replacing all occurrences withtime.time()
fixed it for me. I can make a PR if you like.Kind regards