Atom-script: VERY long time

Created on 21 Jul 2017  路  2Comments  路  Source: atom-community/atom-script

Hi there,
I am an aspiring student who is starting to learn python and code as programming and game development is a passion I would like to pursue. I am following a python start up guide (here: https://www.youtube.com/watch?v=DjEuROpsvp4&feature=youtu.be). The person in the video recommends that I download your program. I followed the steps he did and installed the package, he ran his example script using cmd-i and it worked almost instantly. however, when I used it to run my test script, it just has an hourglass at the bottom of my screen and it has stayed like that for the past 30 minutes. Have I done something wrong?
If it helps, I will give you the code I am running:
a = int(input('Enter a number: ')) a = ('_')*a print("^" + str(a) + "^")
I also recently downloaded python 3.6.2 and downloaded another package called python-debugger (https://atom.io/packages/python-debugger).
I am also running Script version 3.15.0 and Atom 1.18.0 x64.
Any help would be greatly appreciated.
Thanks! Max

REPSTDIN request

All 2 comments

The reason for this is your code request input from the user. input('Enter a number: '). To my knowledge, atom-script doesn't take in inputs, _correct me if I'm wrong_. You'll have to run your python code through terminal.

Atom script doesn't support stdin (requesting input) and I don't have time to implement it.

Try Hydrogen instead or use a plain terminal.

Duplicate of #385

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JohnnyUrosevic picture JohnnyUrosevic  路  5Comments

GrantTarbell picture GrantTarbell  路  4Comments

stwykd picture stwykd  路  6Comments

adamabernathy picture adamabernathy  路  5Comments

kevinpulido89 picture kevinpulido89  路  8Comments