atom-python-run
atom-python-run copied to clipboard
A simple atom package. Press one key to run your python code in atom.
Hey. Found the following bug with python file launch by `atom-python-run`. I opened python file in Atom with `atom-python-run` from SD card named `Mac SDXC`. Its located by `/Volumes/Mac SDXC`...
It only detects python when i install it from the windows store, is there a way to change the directory it detects python from?
import urllib.request response = urllib.request.urlopen('http://python.org/') html = response.read() print(html) When i run importError: No module named request.But python3 console above codes is working. May I know how can i fix...
Hi. It would be nice if we had the option to keep running the code multiple times instead of having to close the run-window and having to press f5 again...
F5 and F6 keys won't work anymore after updating Atom to version. F5 and F6 are not registered if we check the key binding
# Issue The issue is that when I do F5, terminal opens and crashes, i run the default command that runs when you hit F5 (In my case: `python C:\Users\Public\Bot\Bot_Tests.py`)...
When i press F5, it says this: Windows cant find the archive python
Thank you for an awesome package! The wiki appears to be missing images, e.g. https://github.com/foreshadow/atom-python-run/wiki/12-How-Do-I-Use-atom-python-run It is quite hard to follow some of the descriptions without the screenshots.
Python3
Hi, i am running on a Ubuntu system and i have troubles with running python 3.6.5 and i can't use this package... while i was using windows it worked fine...
After running a python script using this package it sometimes leaves a background python process running that always uses about 9% CPU. I tried re-installing the package and re-installing python....