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

Fail to byte-compile __init__.py #128

Closed
fd00 opened this issue Jan 12, 2020 · 2 comments
Closed

Fail to byte-compile __init__.py #128

fd00 opened this issue Jan 12, 2020 · 2 comments
Assignees

Comments

@fd00
Copy link

fd00 commented Jan 12, 2020

https://github.com/saitoha/libsixel/blob/v1.8.5/python/libsixel/__init__.py#L60

  File "/usr/lib/python3.6/site-packages/libsixel/__init__.py", line 60
    SIXEL_BAD_INTEGER_OVERFLOW = (SIXEL_RUNTIME_ERROR | 0x0004)  /* integer overflow */
                                                                  ^
SyntaxError: invalid syntax

/* integer overflow */ -> # integer overflow?

@saitoha saitoha self-assigned this Jan 13, 2020
@saitoha
Copy link
Owner

saitoha commented Jan 13, 2020

sorry for breaking it...

@saitoha
Copy link
Owner

saitoha commented Jan 13, 2020

Fixed on v1.8.6. Thanks!

@saitoha saitoha closed this as completed Jan 13, 2020
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