Re: No module named client

2017-02-13 Thread ludovic coues
rmation. Or you can do `print(dir(salt))` and read the results in the console On 13 Feb 2017 12:42 a.m., "Pravin Kumar" wrote: > Hi All, > > I have imported below module in views.py, but i getting error "No module > named client". > > import salt.client &

No module named client

2017-02-12 Thread Pravin Kumar
Hi All, I have imported below module in views.py, but i getting error "No module named client". import salt.client i can import this module in ipython but when i import it in Django app view, the app getting error while loading main page itself. *Error in web page:* ImportErro