Skip to content
New issue

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

Missing import for get_python_lib #15

Closed
aivarannamaa opened this issue Apr 23, 2022 · 1 comment
Closed

Missing import for get_python_lib #15

aivarannamaa opened this issue Apr 23, 2022 · 1 comment

Comments

@aivarannamaa
Copy link
Contributor

It looks like at

run_sketch = pathlib.Path(get_python_lib() + run_sketch)
name 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.

@aivarannamaa aivarannamaa changed the title Missing import for from get_python_lib Missing import for get_python_lib Apr 23, 2022
tabreturn added a commit that referenced this issue Apr 24, 2022
@tabreturn
Copy link
Owner

Thanks, @aivarannamaa. I've added this line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants