Updates for offline Linux users
Archive for January, 2010
ImportError: No module named delayedresult
Jan 15th
Some users have encountered the following error while trying to run Keryx on Linux.
ImportError: No module named delayedresult
This error is a result of using an older version of WxPython. The solution is to remove the older WxPython libraries and install the newer ones. In Ubuntu that is accomplished with this command:
sudo apt-get remove libwxbase2.6-0 libwxgtk2.6-0 python-wxgtk2.6 && sudo apt-get install libwxbase2.8-0 libwxgtk2.8-0 python-wxgtk2.8[Translate]