Process finished with exit code 0
Answered
Hey, everyone, I am using pycharm right now and every time I am trying to write and run my python code on it gives me (Process finished with exit code 0) I understand that's mean my code is correct my I want to see my results after running the code, not just this sentence, do anyone have an idea how to solve it and how to make everything run normally? thanks in advantages for your time.
Please sign in to leave a comment.
Could you please attach a screenshot that shows the problem? Thank you.
i have the same problems
Та же самая проблема. Долго не пользовался PyCharm, попытался написать программу и вот - в консоли только сообщение про код 0 и никакого вывода от программы. Причём программу делал самую простую, вплоть до print(5). Если программу написать с ошибкой, на подобие print(1/0), то сообщение меняется на code 1 и всё, больше ничего не выводится
Перезагружать компьютер и переустанавливать pycharm пробовал, не помогло. Вообще не понятно, где искать причину. Раньше (пару месяцев назад) всё работало нормально
Привет! У тебя случайно не Windows с установленным антивирусом Comodo? Он может блокировать вывод stdin: PY-24899.
Спасибо! Так и есть. Раньше Comodo давал запрос по запускаемым файлам, поэтому проблем не возникало. Но, похоже после обновления, эти уведомления перестали отображаться, просто втихую блокирует. Убрал из списка заблокированных приложений - всё заработало нормально
Hi,
I’m seeing the process finished with the exit code 0, executing as it was expected.
Python program
Pycharm community edition.
Scrn print attached.
Go
Hi Sairammohan,
Do you use Comodo antivirus? It can be blocking stdin output https://youtrack.jetbrains.com/issue/PY-24899
Hi Sergey,
Am not using Comodo antivirus, can you please help? Am blocked with this..
I have the same issue. Can't believe the lack of support on this seemingly simple issue.
@R Jr Mace
Could you provide a screenshot showing the issue?
I guess you've already seen previous comments about Comodo antivirus?
I have found the same problem while un installed Java from my system.
Hope it will fix the problem.