Re: problem with six.moves intern importError

2014-12-14 Thread dieter
jean-michel richer writes: > Hi, > I am new to python and I am trying to use pycuda but get some > error on the following script. My environement is : > > Python 2.7.6 > libboost 1.54 > gcc/g++ 4.8.2 > CUDA 6.5 > ... > from six.moves import range, zip, intern, input > ImportError: cannot im

problem with six.moves intern importError

2014-12-14 Thread jean-michel richer
Hi, I am new to python and I am trying to use pycuda but get some error on the following script. My environement is : Python 2.7.6 libboost 1.54 gcc/g++ 4.8.2 CUDA 6.5 import pycuda.autoinit import pycuda.driver as drv import numpy from pycuda.compiler import