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

Not support Python 3.4.2 in PyPi #18

Closed
shinznatkid opened this issue Feb 10, 2015 · 2 comments
Closed

Not support Python 3.4.2 in PyPi #18

shinznatkid opened this issue Feb 10, 2015 · 2 comments

Comments

@shinznatkid
Copy link

Can use from github clone version but cannot use from pip3 install unipath.

C:>pip3 freeze
Unipath==1.0

C:>python3
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.

from unipath import Path
Traceback (most recent call last):
File "", line 1, in
File "C:\Python34\lib\site-packages\unipath__init__.py", line 4, in
from unipath.abstractpath import AbstractPath
File "C:\Python34\lib\site-packages\unipath\abstractpath.py", line 11, in
_base = os.path.supports_unicode_filenames and unicode or str
NameError: name 'unicode' is not defined

@mikeorr
Copy link
Owner

mikeorr commented Feb 11, 2015

Released version 1.1.

@mikeorr mikeorr closed this as completed Feb 11, 2015
@shinznatkid
Copy link
Author

Thankyou. :)

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