-
Notifications
You must be signed in to change notification settings - Fork 32
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 Error #149
Comments
This should be fixed by #148 . Please, try it and let us know whether it solved your problem or not. |
Yes now the installation worked. Thank you. Installation output: |
I think the command was installed under your |
bicho is installed in site-packages and in the scripts folder. but there is no executable .bat/.exe file in scripts. is that the problem? |
No idea. I don't use Windows since 2005 or so. Have you try to run |
Yes. It does not work. C:\Python2792\python-2.7.9\Scripts>python bicho |
Hi,
I got a installation error after running "python setup.py install"
Command line Output:
running install
running build
running build_py
running build_scripts
running install_lib
running install_scripts
running install_data
Traceback (most recent call last):
File "setup.py", line 35, in
scripts=["bin/bicho"])
File "C:\Python2792\python-2.7.9\lib\distutils\core.py", line 151, in setup
dist.run_commands()
File "C:\Python2792\python-2.7.9\lib\distutils\dist.py", line 953, in run_comm
ands
self.run_command(cmd)
File "C:\Python2792\python-2.7.9\lib\distutils\dist.py", line 972, in run_comm
and
cmd_obj.run()
File "C:\Python2792\python-2.7.9\lib\distutils\command\install.py", line 575,
in run
self.run_command(cmd_name)
File "C:\Python2792\python-2.7.9\lib\distutils\cmd.py", line 326, in run_comma
nd
self.distribution.run_command(command)
File "C:\Python2792\python-2.7.9\lib\distutils\dist.py", line 972, in run_comm
and
cmd_obj.run()
File "C:\Python2792\python-2.7.9\lib\distutils\command\install_data.py", line
58, in run
dir = convert_path(f[0])
File "C:\Python2792\python-2.7.9\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 '/'
The text was updated successfully, but these errors were encountered: