impot sys "warning"
Hello,
Anytime I run a code I get this error without the results. My run window seems to have disappeared.
can you help fix this, please?
import sys; print('Python %s on %s' % (sys.version, sys.platform))
sys.path.extend(['/Users/germplus/PycharmProjects/Germ1'])
Please sign in to leave a comment.
This is a normal output you may see in the Python console, nothing wrong about it.
Please specify what is the issue. Do you not see the output from your code?
Please provide a screenshot demonstrating the issue.
Hello Andrey,
Yes I don’t see the output of the code. Had to delete PyCharm and delete all associated files. Re-install PyCharm and I now its all working ; I can see the output of my codes now.
Thanks for responding.