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

error while running make #674

Closed
starius opened this issue Feb 7, 2013 · 4 comments
Closed

error while running make #674

starius opened this issue Feb 7, 2013 · 4 comments
Assignees

Comments

@starius
Copy link

@starius starius commented Feb 7, 2013

$ make
COLUMNS=80 python -m youtube_dl --help | python devscripts/make_readme.py
/usr/bin/python: youtube_dl is a package and cannot be directly executed
Traceback (most recent call last):
File "devscripts/make_readme.py", line 13, in
options = helptext[helptext.index(' General Options:')+19:]
ValueError: substring not found
make: *** [README.md] Error 1

version d3f5f9f

@ghost ghost assigned phihag Feb 7, 2013
@phihag
Copy link
Contributor

@phihag phihag commented Feb 7, 2013

Cannot reproduce, but I'll investigate it. Thanks for reporting!

@smblott-github
Copy link

@smblott-github smblott-github commented Oct 30, 2013

Me too. Did anyone figure this out?

Thanks.

@starius
Copy link
Author

@starius starius commented Oct 30, 2013

Can't reproduce it now

@starius starius closed this Oct 30, 2013
@smblott-github
Copy link

@smblott-github smblott-github commented Oct 30, 2013

Thanks @starius.

It seems to be a python 2.6 issue. There are a couple of changes from 2.6 to 2.7 that break the build code for the documentation.

I've a fix here. It seems to work only for 2.6 and 2.7. However, not for 3.2. Hence, I'm not going to push it as a pull request.

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.