[PyCUDA] On Python 2.6.3 / distribute / setuptools

2009-10-15 Thread Andreas Klöckner
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

Re: [PyCUDA] [Hedge] On Python 2.6.3 / distribute / setuptools

2009-10-15 Thread Andreas Klöckner
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-

Re: [PyCUDA] On Python 2.6.3 / distribute / setuptools

2009-10-15 Thread Michael Seiler
I have updated the pycuda-git package in Arch Linux to reflect the change. It appears to work fine here. On Thu, Oct 15, 2009 at 11:48 AM, Andreas Klöckner li...@informa.tiker.netwrote: Hi all, -- This is relevant to you

Re: [PyCUDA] [Hedge] On Python 2.6.3 / distribute / setuptools

2009-10-15 Thread Andreas Klöckner
On Donnerstag 15 Oktober 2009, Darcoux Christine wrote: Hi Andreas 0.93.1rc1 seems to works for me, except that I had to download a distribute_setup.py file. Could you include that file in the source tarball ? I think this is the usual way to work with Distribute, since the

Re: [PyCUDA] [Hedge] On Python 2.6.3 / distribute / setuptools

2009-10-15 Thread Nicolas Pinto
If you'd like to prepare a fix, I'd certainly merge it. Is the following patch enough ? --- transpose_original.py 2009-10-15 17:55:54.0 -0400 +++ transpose.py2009-10-15 17:54:15.0 -0400 @@ -133,9 +133,8 @@ def check_transpose(): from pycuda.curandom import