Replies: 3 comments 4 replies
|
It looks fine to me. What |
0 replies
|
Hi, sorry for late reply import sys
print(sys.path)
import greet
greet.hello()It print |
0 replies
|
bumping this, any idea why it gives error? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.pywith following content:the script that will run
but it gives error which said the module is not found
Did I miss something?
All reactions