Question #109569 on Keryx changed: https://answers.edge.launchpad.net/keryx/+question/109569
Chris Oliver posted a new comment: Doh. What is your output of running Python (by itself) and doing the following commands: import platform platform.dist() You should get something like this: ch...@apoch:~$ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import platform >>> platform.dist() ('Ubuntu', '10.04', 'lucid') -- You received this question notification because you are a member of Keryx Development Team, which is an answer contact for Keryx. _______________________________________________ Mailing list: https://launchpad.net/~keryx Post to : keryx@lists.launchpad.net Unsubscribe : https://launchpad.net/~keryx More help : https://help.launchpad.net/ListHelp