Am 16.07.2013 00:15, schrieb Andreas Kloeckner: > "=?UTF-8?Q?marcus.desto?=" <[email protected]> writes:
>> Now, sticking to the subject, I have installed python 2.7 and 3.3 on my >> testing windows 8 system using external sources for python addons >> (ifd.uci.edu/~gohlke/pythonlibs). >> >> Installation was fine, but as I tried to import pyopencl the python shell >> complained, there is no module named pytools (ImportError). It occured in >> pyopencl\__init__.py, line 679 and 448) >> >> Are there any solutions available solving that problem? > > Download pytools from here: > > https://pypi.python.org/pypi/pytools > > unpack, cd pytools-2013.5.3, python setup.py install. > > HTH, > Andreas Hi Andreas, first of all, thanks for the latest release which is much appreciated! Now with respect to your pytools, given its usage of "print" (as a statement) it looks as if it is for Python 2 only, not for Py3. Or am I missing something? Or has this changed from version 2013.5.3 which I checked to version 2013.5.6 of which I have just become aware. Thanks, Sven _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
