Skip to content

Update setup.py #4

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

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

Conversation

minchinweb
Copy link

Otherwise the tuple tries to return an out of bounds value.

Note that LCONF Lexer suffers from the same issue (the code is identical), so that will also need to be fixed (patch submitted) before this theme will install on Windows.

P.S. as a side, is there a reason you've turned off issues on this repo?

Otherwise the tuple tries to return an out of bounds value.
@grantw99
Copy link

grantw99 commented Apr 6, 2020

I am experiencing the same issue. On Windows 10, line 61 of setup.py references an index that gives an out of bounds error. Same issue with LCONF Lexer as well here. Changing the line from TESTED_HOST_OS: {3:} to TESTED_HOST_OS: {2:} seems to work.

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.

2 participants