I just realized that boost_python-mt-py32 probably specifies a python version, so I changed it to mt-py27 (I'm using python 2.7) and reinstalled pycuda. I have a different error now, but I can import pycuda. Now I import pycuda.driver as cuda throws:
ImportError: No module named _driver but the statement import pycuda does work. -- View this message in context: http://pycuda.2962900.n2.nabble.com/PyCuda-Ubuntu-12-04-issues-tp7575064p7575067.html Sent from the PyCuda mailing list archive at Nabble.com. _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
