← Back to team overview

keryx team mailing list archive

Re: [Question #109569]: Keryx says: "the handle is invalid"

 

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:

chris@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.