Hi Nathan,

On Sun, 13 Feb 2011 23:05:14 -0800, Nathan Hillier <nathan.hill...@gmail.com> 
wrote:
> Hello, I'm trying to get set up with PyCUDA and I'm running into some
> difficulties.
> 
> There seems to be something amiss in the PyTools package Importing
> pycuda.autoinit generates the following error:
> 
> 
> Traceback (most recent call last):
>   File "C:\Users\Nathan\workspace\PyCUDA Demo\src\main.py", line 4, in
> <module>
>     import pycuda.autoinit
>   File "C:\Python27\lib\site-packages\pycuda\autoinit.py", line 6, in
> <module>
>     from pycuda.tools import make_default_context
>   File "C:\Python27\lib\site-packages\pycuda\tools.py", line 31, in <module>
>     from pytools import memoize
>   File
> "C:\Python27\lib\site-packages\pytools-11-py2.7.egg\pytools\__init__.py",
> line 10, in <module>
>     decorator_module = __import__("decorator", level=0)
> ImportError: No module named decorator

How did you install PyTools? And whichever way you chose, did it break
dependency handling? (PyTools' installation should automatically install
the 'decorator' package.) You can fix this by manually installing it,
but generally I'd like to get to the bottom of this install problem.

Andreas

Attachment: pgp7UFBtmlauR.pgp
Description: PGP signature

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to