On Donnerstag 15 Oktober 2009, Andreas Klöckner wrote:
> Hi all,
> 
> --------------------------------------------------------------------------
> This is relevant to you if you are using Python 2.6.3 and you are getting
> errors of the sort:
> 
> "/usr/local/lib/python2.6/dist-packages/setuptools-0.6c9-
> py2.6.egg/setuptools/command/build_ext.py",
> line 85, in get_ext_filename
> KeyError: '_cl'
> --------------------------------------------------------------------------

A quick addition: If you are already encountering this error, you need to 
*remove* setuptools before the fix will work for you.

That means that if you do "import setuptools" on the Python shell and it 
succeeds, type "setuptools.__file__" to see where it is installed and get rid 
of it, then start over. (After the fix has worked, it will say somehting with 
"distribute" in the path for the setuptools.__file__. That's fine.)

Andreas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
PyCUDA mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to