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

Installation issue on Windows 7 x64, using pip #47

Closed
jcdevil opened this issue Feb 17, 2014 · 1 comment
Closed

Installation issue on Windows 7 x64, using pip #47

jcdevil opened this issue Feb 17, 2014 · 1 comment

Comments

@jcdevil
Copy link

jcdevil commented Feb 17, 2014

Hi,
I get the following error while installing this library :

Traceback (most recent call last):
...
File "C:\Python27\lib\distutils\command\install_data.py", line 58, in run
dir = convert_path(f[0])
File "C:\Python27\lib\distutils\util.py", line 126, in convert_path
raise ValueError, "path '%s' cannot end with '/'" % pathname
ValueError: path 'share/man/man1/' cannot end with '/'

It seems this error is linked to

data_files=[
('share/man/man1/', [
'man/ansi2html.1',
]),
],
in the setup.py
Any idea how to fix it ?
Thanks for your help :)
JC

@ralphbean
Copy link
Collaborator

I think 654bc30 should fix this.

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