[pypy-dev] Error running Idle

Jerry Spicklemire jspicklemire at gmail.com
Fri Feb 28 10:56:42 EST 2020


The error below, once fixed, led to
a series of errors in other libs.
I gave up, deleted PyPy, installed
newer version, same thing.

No I don't edit in Idle, but I do use it
for a few tasks when it comes handy.

C:\>C:\Python\PyPy27-32\lib-python\2.7\idlelib\idle.py
Traceback (most recent call last):
  File "C:\Python\PyPy27-32\lib-python\2.7\idlelib\idle.py", line 12, in
<module>
    from idlelib.PyShell import main  # This is subject to change
  File "C:\Python\PyPy27-32\lib-python\2.7\idlelib\PyShell.py", line 775
    exec code in self.locals
         ^
SyntaxError: Missing parentheses in call to 'exec'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20200228/d690b428/attachment.html>


More information about the pypy-dev mailing list