chrono-python icon indicating copy to clipboard operation
chrono-python copied to clipboard

Python 3 support

Open shon opened this issue 8 years ago • 2 comments

Breaks on Python 3

Here is a screenshot of ipython console on my box

$ ipython
Python 3.5.2 (default, Jul  5 2016, 12:43:10) 
Type "copyright", "credits" or "license" for more information.

In [1]: import chrono
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-b600539e43cb> in <module>()
----> 1 import chrono

~/.virtualenvs/ph3/lib/python3.5/site-packages/chrono/__init__.py in <module>()
----> 1 from chrono import Chrono
      2 from chrono import parse
      3 from chrono import parse_date
      4 
      5 

ImportError: cannot import name 'Chrono'

shon avatar Nov 21 '16 05:11 shon

Did you find a library with same capabilities that does support python 3?

AmitMY avatar Aug 14 '18 05:08 AmitMY

+1

priyankinfinnov avatar Mar 23 '19 06:03 priyankinfinnov