Problems with installing Yum on Fedora Core 4
"There is a problem importing one of the Python modules" : ever faced this error after installing an running yum. Well I faced that. And searched on Google for...

“There is a problem importing one of the Python modules” : ever faced this error after installing an running yum. Well I faced that. And searched on Google for it. But in vain. Most results suggested the usual missing packages:
libxml2-python, python-sqlite, or python-elementtree
I tried installing all of them and no use. Then did lot of finding around and finally i tried to install other package managers. Finally I cam across a yum rpm package at rpmfind.net and while installing I got the dependency error for urlgrabber (http://linux.duke.edu/projects/urlgrabber/). Installed that and all was fine !!!
Software engineer and entrepreneur, 16+ years at fast-paced startups across the US, Canada, Germany and India.
Hook this up to your favourite commenting platform — Giscus, Disqus, or your own.
Continue reading
Frontend Driven Development
I have primarily been a backend web developer, started out with PHP around 2005 and then moving to Python in 2011. I have worked with a lot of JavaScript, mostl...
Shift from mod_wsgi to uwsgi
The last couple weeks we have been thinking to shift from our current web serving platform which was powered by nginx + Apache + mod\ wsgi to nginx + uwsgi. The...
I uninstalled sqlite on my Linux box !!!
Well I somehow felt I could yum erase sqlite since I do not need it. Well I did not see the dependencies that would be removed too! The result: yum, rpm, php, h...