I have a system that has installed Python 2.7, but not the standard libraries like minidom, etc. I guess it is a broken install. How can I fix that and install separately the standard libraries for that Python?
I have a system that has installed Python 2.7, but not the standard libraries
Share
I think you should totally uninstall the python, and reinstall a full-package version.
Standard lib comes with install package, it’s hard to separate it.