atom-python-run icon indicating copy to clipboard operation
atom-python-run copied to clipboard

Python standard library

Open msflyee opened this issue 6 years ago • 1 comments

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?

msflyee avatar Feb 18 '19 13:02 msflyee

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."?

foreshadow avatar Jun 26 '19 12:06 foreshadow