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

Fixed invalid folder name during installation on windows #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed invalid folder name during installation on windows #150

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 19, 2016

Currently the installation of the package fails on windows OS because of an invalid folder name. The commit fixes this issue.
Original error message:
File "c:\python34\lib\distutils\util.py", line 127, in convert_path
raise ValueError("path '%s' cannot end with '/'" % pathname)
ValueError: path 'examples/' cannot end with '/'

@Bill78
Copy link

Bill78 commented Jun 5, 2016

Hello, I have the same problem. But where are you to find the file setup.py ? I didn't found.

Thanks.

EDIT: It's good, I solved my problem with your solution. Thank you.

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

Successfully merging this pull request may close these issues.

None yet

1 participant