atom-python-run
atom-python-run copied to clipboard
Python standard library
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 import modules from Python standard library with this package?
This package works fine for me. Check the python version you are using and the PATH is using.
collections seems to be a new feature in some newer versions of python.
Besides, what is the error message for "It didn't work."?