Reputation: 30248
Trying to import safemine from cherrypy
from cherrypy import safemime
ImportError: cannot import name safemime
Cherrypy is installed with PIP ie.
sudo pip install -U cherrypy
Upvotes: 0
Views: 313
Reputation: 369034
According to cherrypy-users mailing list, safemime
module was removed:
That module was removed in
http://www.cherrypy.org/changeset/2319because its functionality was folded into the new _cpreqbody.py module.
Upvotes: 2