OS: Ubuntu 14.04 LTS
Python: 2.7.6
My installation of Gourmet Recipe Manager suddenly stopped loading. When I run it in a terminal window, I get the following at the end of the traceback:
import datetime as dt
ImportError: No module named datetime
So far as I can tell, nothing has been changed and my Python installation is up to date. It simply quit working yesterday. I'd certainly appreciate a good approach to diagnose and fix this problem!
Update: thanks to all who replied!
Tim, I'm sorry if I asked this question in the wrong place. Please chalk it up to being a new guy simply following the links from the Ubuntu website.
TheSchwa, I tried your suggestion and got the same error message as above.
muru, the package seems to be installed, but I have no idea if it's installed/configured correctly. How might I find out?
I'm sorry for all the questions, but I'm an old RedHat guy who has been away from Linux for some time. All of the apt/dpkg stuff is new to me.