Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode doesn't work #9

Open
mallyvai opened this issue Oct 15, 2015 · 1 comment
Open

Unicode doesn't work #9

mallyvai opened this issue Oct 15, 2015 · 1 comment

Comments

@mallyvai
Copy link

>>> import chronyk
>>> chronyk.Chronyk("2015-5-5")
<chronyk.chronyk.Chronyk instance at 0x7fc70d03c3b0>
>>> chronyk.Chronyk(u"2015-5-5")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/mallyvai/.virtualenvs/webdev4/local/lib/python2.7/site-packages/chronyk/chronyk.py", line 77, in __init__
    raise TypeError("Invalid type specified.")
TypeError: Invalid type specified.

$ python --version
Python 2.7.6

$ pip show chronyk

---
Metadata-Version: 2.0
Name: Chronyk
Version: 0.9.1
Summary: A library for parsing human-written times and dates.
Home-page: https://github.com/KoffeinFlummi/PyGHI
Author: Felix "KoffeinFlummi" Wiegand
Author-email: koffeinflummi@gmail.com
[...]
@msoedov
Copy link

msoedov commented Feb 16, 2017

@mallyvai this library does not suppose to work with Python 2.7.6
https://github.com/KoffeinFlummi/Chronyk/blob/master/setup.py#L27-L29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants