Replies: 3 comments 4 replies
-
It looks fine to me. What |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, sorry for late reply import sys
print(sys.path)
import greet
greet.hello() It print
|
Beta Was this translation helpful? Give feedback.
0 replies
-
bumping this, any idea why it gives error? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use a custom path to host my libs which then will be used from the script.
In rust, I use following code.
Inside the /tmp/mylib I have
greet.py
with following content:the script that will run
but it gives error which said the module is not found
Did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions