[PyCUDA] installed_path incorrect in pycuda/compiler.py

2010-04-01 Thread MinRK
The `installed_path' variable in `_find_pycuda_include_path' in pycuda/compiler.py appears to be incorrect, or at least not sufficiently general, because it does not find the install location on my machines (OSX 10.6/Python 2.6.1 and Ubuntu 9.10/Python 2.6.4). $ python setup.py install

Re: [PyCUDA] Problems with Context stack autoinit

2010-04-01 Thread Bryan Catanzaro
I found an earlier thread where people were having these problems: http://host304.hostmonster.com/pipermail/pycuda_tiker.net/2010-January/000848.html So I've just changed my code to detach instead of pop, and now everything is going swimmingly. =) Thanks, bryan smime.p7s Description: S/MIME

Re: [PyCUDA] installed_path incorrect in pycuda/compiler.py

2010-04-01 Thread Andreas Klöckner
On Donnerstag 01 April 2010, MinRK wrote: The `installed_path' variable in `_find_pycuda_include_path' in pycuda/compiler.py appears to be incorrect, or at least not sufficiently general, because it does not find the install location on my machines (OSX 10.6/Python 2.6.1 and Ubuntu 9.10/Python