My code (ahum…) ran smoothly for two days.
In a way it stil does, but I can no longer use the CLI as I used to.
For instance: when I call the current value of a variable, I get the following error message:
Replit recently decided to remove prybar, which means you can no longer run python code in the console by default.
However, if I correctly understand how the feature works, you can type python -i main.py in the console or shell and this is about the same as the removed feature. For a blank python session, just enter python instead.
Hi NP,
that did the trick.
Thank you so much.
I don’t know (yet) what prybar is, but even without the insight I cannot possibly understand why replit would remove a default feature for executing commands in the console.
I’m following an online course and this course relies heavily on using the CLI (at least during the first couple of lessons).
Thanks again. Hope one day I will be able to return the favour (don’t count on it though ;-), at least not code wise)
Cheers,
M0