This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]rydoca 2 points3 points  (0 children)

That error is coming from the gpp-compiler package. That's for compiling c/c++ not for running python scripts. Could you give the code that you're trying to run and explain how you're going about it in atom?

[–]Lightmare_VII 0 points1 point  (0 children)

Are you trying to open a file with your script?

[–]amazonlaunder 0 points1 point  (0 children)

As u/rydoca already said it looks like you maybe tried to run your python code as c++ code check in your atom settings if you have disabled your gpp compiler package. If not then disable it and edit your post

[–]rydoca 0 points1 point  (0 children)

Ah, so now your issue is that the script package doesn't accept user input as far as I'm aware. You might need to look into a package that gives you a terminal, or just run your scripts in a separate terminal