william.gong
Jul 01, 2016 - 23:50
Hello everyone,
I encounter a problem when I am using APScheduler in pythonista.
It returned an error :
Documents/site-packages/apscheduler/init.py", line 3, in
version_info = tuple(int(x) if x.isdigit() else x for x in parsed_version.public.split('.'))
TypeError: _trunc _ returned non-Integral (type OmniClass)
My code runs perfectly on my PC but gets stuck on pythonista.
Any idea about how to fix it?
Appreciate any suggestion.