atom-python-run
atom-python-run copied to clipboard
A simple atom package. Press one key to run your python code in atom.
When I import a Python library, it didn't work. For example, I want to do like this:from collections import OrderedDict. It didn't work. Does this mean that I could not...
I'm trying to run atom from a flash drive and have everything installed and working except for this package. Whenever I try to run a simple "hello world" file the...
I'm on Windows, Python3.7.3 and when I execute a script using atom-python-run the KeyboardInterrupt does not work, i.e you can't stop the programm for debug output or simmilar things at...
Hi, I used your python package in atom to retrieve json outputs from APIs. I tried two different APIs from two different unrelated sites, and they both output json in...
师傅您好,我是Windows10系统,并且Python2和Python3都设置好了系统的环境变量。 按F5或者F6只运行Python2,(默认就是运行Python2)昨天和今天一直在尝试更改用Python3运行,但是没有成功。 目前发现,把"python3.exe"改名为"python.exe"可以运行Python3。 请教一下,除了改名以外,在设置上应该怎么做呢,应该是我填的配置信息不对吧? 以下是我在"F5 Command"项里尝试填写过的配置: `D:\Program Files\Python36\python3.exe` `python3 {file}` 烦请师傅给予帮助,不胜感激!
https://github.com/foreshadow/atom-python-run/issues/22 I tried to comment on this thread but its closed and that's only thread I got while searching for pypy. There isn't much about pypy in google either. I...
When I try to pass an option with space in it (like `--title="video uploaded from a script"`) the python script get the options separated by the space character. I'm on...