We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_python_lib
It looks like at
thonny-py5mode/thonnycontrib/thonny-py5mode/__init__.py
Line 148 in 57131aa
I could overcome the error by adding from distutils.sysconfig import get_python_lib before this line.
from distutils.sysconfig import get_python_lib
The text was updated successfully, but these errors were encountered:
- fix missing import (issue #15)
9eb38d3
Thanks, @aivarannamaa. I've added this line.
Sorry, something went wrong.
No branches or pull requests
It looks like at
thonny-py5mode/thonnycontrib/thonny-py5mode/__init__.py
Line 148 in 57131aa
get_python_lib
is not imported. I ended up in this branch while testing py5mode in a venv.I could overcome the error by adding
from distutils.sysconfig import get_python_lib
before this line.The text was updated successfully, but these errors were encountered: