"=?UTF-8?Q?marcus.desto?=" <[email protected]> writes: > Hello Andreas, > > thanks for your mail. > > First of all I would like to say that I had subscribed to you pyopencl > mailing list few days before I mailed you first time. But somehow the mailing > list did not work. > > However. > > Dnia 11 lipca 2013 23:27 Andreas Kloeckner <[email protected]> > napisaĆ(a): > >> >> Wrote a howto for you, since I agree that that area of PyOpenCL is >> somewhat underdocumented: >> >> http://documen.tician.de/pyopencl/howto.html > > Thank you a lot. It helped me a lot. > > 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
pgpsXgsDb3Cgh.pgp
Description: PGP signature
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
