Updates for offline Linux users
ImportError: No module named delayedresult
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
| Print article | This entry was posted by mac9416 on January 15, 2010 at 7:10 pm, and is filed under News. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
-
jenkinbr