First time here? Check out the FAQ!

ivankovalenko's profile - activity

2025-06-09 12:15:56 -0600 marked best answer builtins.AttributeError: 'str' object has no attribute 'co_consts'

Hi, everyone! Having trouble running files in Wing 101 10.0.9.0 (rev ce06f0ac5b83) windows 10 (python 3.11.7) When trying to run any (including empty file) Python Shell window return

Traceback (most recent call last):
  Python Shell, prompt 0, line 228
builtins.AttributeError: 'str' object has no attribute 'co_consts'
[evaluate untitled-1.py]

Any suggestions how to fix it?

2025-06-09 12:15:52 -0600 received badge Popular Question (source)
2025-06-09 12:15:52 -0600 received badge Notable Question (source)
2025-06-09 12:15:52 -0600 received badge Famous Question (source)
2025-05-26 11:14:28 -0600 received badge Student (source)
2025-05-26 09:54:28 -0600 asked a question builtins.AttributeError: 'str' object has no attribute 'co_consts'

builtins.AttributeError: 'str' object has no attribute 'co_consts' Hi, everyone! Having trouble running files in Wing 10