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

Add color codes and install docs #530

Merged
merged 9 commits into from
Mar 29, 2014
Merged

Conversation

xchrdw
Copy link
Member

@xchrdw xchrdw commented Mar 27, 2014

same PR as #526

@xchrdw
Copy link
Member Author

xchrdw commented Mar 29, 2014

it would be great if this could be merged soon ;)

@psieg
Copy link
Contributor

psieg commented Mar 29, 2014

it requires me to install python2 ^^
the bat seems to have an incorrect path reference

@xchrdw
Copy link
Member Author

xchrdw commented Mar 29, 2014

what is wrong with the bat? are the print statements the only problem? I could just use print()

@psieg
Copy link
Contributor

psieg commented Mar 29, 2014

on it^^ current problem: no module named configparser
the bat references doc/luaapi.md which has a 1_ now

@xchrdw
Copy link
Member Author

xchrdw commented Mar 29, 2014

ConfigParser was renamed to configparser.
try:
import ConfigParser
except:
import configparser as ConfigParser
should work

@mrzzzrm
Copy link

mrzzzrm commented Mar 29, 2014

Works now, :shipit:

@psieg
Copy link
Contributor

psieg commented Mar 29, 2014

:shipit:

@psieg
Copy link
Contributor

psieg commented Mar 29, 2014

for me the generated file and the checked in file differ, consider commiting the latest parse result (I don't know the exact differences, checked out already)

xchrdw added a commit that referenced this pull request Mar 29, 2014
@xchrdw xchrdw merged commit 7d98bb5 into master Mar 29, 2014
@xchrdw xchrdw deleted the add_color_codes_and_install_docs branch March 29, 2014 21:13
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.

3 participants