I've been using the Python package Dominate for a few months and all of a sudden it does not work:
Traceback (most recent call last):
File "sitecode.py", line 4, in <module>
import dominate
ImportError: No module named dominate
I ran this code last week without a problem and had made no updates to the code, Python or any packages since then. Tonight I tried updating Python (2.7), Dominate (2.1.16), and uninstalling and reinstalling Dominate with no luck. I have read a bunch of other "ImportError: No module named ..." posts but none of them mentioned packages that suddenly stopped working. Dominate is still available to be installed so the package is still there. Does anyone have any idea what's going on?
You may need to check few things:
dominate
package:$ pip uninstall dominate
$ pip install dominate
$ source ~/venv/bin/activate
$ pip uninstall dominate
$ pip install dominate
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With