How to run external python module ? I am unable to import external lib. in the server script. Can you help me out.
2 Likes
HI @Rajath_Nair:
You can’t import external lib from server script.
Create a custom app instead.
Hope this helps.
can you plez explain with an example how to do this.