You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling pspecial-lispy-eval in certain places (variable assignment within functions), I get the following:
NameError: name ’lp’ is not defined
Traceback (most recent call last):
File "<string>", line 19, in __PYTHON_EL_eval
File "/home/usr/try.py", line 2, in <module>
x = 5
When calling pspecial-lispy-eval in certain places (variable assignment within functions), I get the following:
NameError: name ’lp’ is not defined
Traceback (most recent call last):
File "<string>", line 19, in __PYTHON_EL_eval
File "/home/usr/try.py", line 2, in <module>
x = 5
When calling pspecial-lispy-eval in certain places (variable assignment within functions), I get the following:
Interestingly enough, the following fixes it:
which I don't really understand why.
The text was updated successfully, but these errors were encountered: