Replies: 2 comments 2 replies
-
At least in a Tasmota context, you need to
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I provided PR #289 for an additional command line argument since i also needed it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to import some utility modules located in a different directory from the main be files
according to this
https://github.com/berry-lang/berry/wiki/Chapter-8#behavior-of-import
import will look for modules in
sys.path
is
sys
a predined global??because if I try to see or set the path using sys.path
print("system path ", str(sys.path))
berry reports that
'sys' undeclared (first use in this function)
Just unclear about the documenation and how to implment what says can be done.
Beta Was this translation helpful? Give feedback.
All reactions