August 2011
1 post
Error was: No module named _thread
In my django project I was trying to use vobject and had installed it through
easy_install vobject
But vobject uses dateutil=>1.1, so easy_install automatically installed dateutil 2.0 The problem is that dateutil 2 only supports python 3.x So to solve the problem, I had to get dateutil < 2.0
Fix:
sudo easy_install dateutil==1.5
This also will work in your django buildout.cfg eggs...
February 2011
2 posts
4 tags
TVguidn.com - Norsk tvguide! →
This is the first large web project I did, and in early 2011 I did a massive update, rewrote everything with PHP, MySQL and jQuery.