using Python33 on Windows 8.1 with Cuda toolkit 5.5 and hardware installed when trying to import and initialize the device with:
import pycuda.driver as cuda
import pycuda.autoinit
from pycuda.compiler import SourceModule <--- this line causes the error
I get the below error:
Traceback (most recent call last):
File "C:\Python33\Lib\site-packages\pytools\datatable.py", line 1, in <module>
from pytools import Record
File "C:\Python33\lib\site-packages\pytools\__init__.py", line 1249
print value, bin_nr, bin_starts
^
SyntaxError: invalid syntax
Can anyone advise on this or suggest a work around?