-
I've been using Thonny IDE for years now with @tabreturn's plug-in for my own sketches and for teaching. Today I was wondering which were the [villares@L340 sketch_2023_10_16]$ conda activate py5coding (py5coding) [villares@L340 sketch_2023_10_16]$ run_sketch sketch_2023_10_16.py Traceback (most recent call last): File "/home/villares/.local/bin/run_sketch", line 5, in <module> from py5_tools.tools.run_sketch import main ModuleNotFoundError: No module named 'py5_tools' (py5coding) [villares@L340 sketch_2023_10_16]$ python Python 3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:40:32) [GCC 12.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import py5_tools >>> import py5 >>> I'll investigate more and post here. It seems like the Update question: Who added |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Well, "fixing" the There could be a link to it at https://py5coding.org/content/py5_modes.html#imported-mode
|
Beta Was this translation helpful? Give feedback.
Well, "fixing" the
#!
of myrun_sketch.py
I could make it work. Now, maybe a documentation issue. Could we have a brief page for therun_sketch
tool on py5coding.org? I could only find a reference to thepy5.run_sketch()
method: https://py5coding.org/search.html?q=run_sketchThere could be a link to it at https://py5coding.org/content/py5_modes.html#imported-mode