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

SyntaxErrors (Python 3) #43

Open
blueyed opened this issue May 28, 2021 · 3 comments · May be fixed by #48
Open

SyntaxErrors (Python 3) #43

blueyed opened this issue May 28, 2021 · 3 comments · May be fixed by #48
Labels
bug Something isn't working

Comments

@blueyed
Copy link
Collaborator

blueyed commented May 28, 2021

There are at least these SyntaxErrors.

  File "usr/lib/python3.9/site-packages/pyrepl/pygame_keymap.py", line 93
    raise KeySpecError, \
                      ^
SyntaxError: invalid syntax

  File "usr/lib/python3.9/site-packages/pyrepl/keymaps.py", line 65
    for c in map(chr, range(32, 127)) if c <> '\\'] + \
                                           ^
SyntaxError: invalid syntax

  File "usr/lib/python3.9/site-packages/pyrepl/pygame_console.py", line 133
    def refresh(self, screen, (cx, cy)):
                              ^
SyntaxError: invalid syntax
@blueyed blueyed added the bug Something isn't working label May 28, 2021
@psi29a
Copy link

psi29a commented Dec 20, 2021

Following this...

@kmkmjhyiiiu
Copy link

Anyone was able to find how to solve this issue?

@rachmadaniHaryono rachmadaniHaryono linked a pull request Feb 18, 2022 that will close this issue
3 tasks
@rachmadaniHaryono
Copy link

i create #48 with new step on ci to test the solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants