You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to python language. I'm trying to generate mdm push certificate using the steps given in http://cmdmnt.github.io/commandment/. I couldnt understand this step.
TODO visit /apns/mdmcert using the web ui to request a new CSR.
There is a mdmcert.py script in that dir. Running that script gave a lot of ModuleNotFoundErrors. After installing all necessary tools like flask, chardet, idna...., it shows
ModuleNotFoundError: No module named 'commandment.mdm'
what do i do?
The text was updated successfully, but these errors were encountered:
I'm new to python language. I'm trying to generate mdm push certificate using the steps given in http://cmdmnt.github.io/commandment/. I couldnt understand this step.
TODO visit /apns/mdmcert using the web ui to request a new CSR.
There is a mdmcert.py script in that dir. Running that script gave a lot of ModuleNotFoundErrors. After installing all necessary tools like flask, chardet, idna...., it shows
ModuleNotFoundError: No module named 'commandment.mdm'
what do i do?
The text was updated successfully, but these errors were encountered: