> Run
> 
> python $(which py.test) --tb=native
> 
> and send the output.


Hi, here is my output. I do not recognize the error at the end. I did
not even know that I have got this file...
Thanks for help.
KK


kk@oktan:~$ python $(which py.test) --tb=native
============================= test session starts
==============================
platform linux2 -- Python 2.6.5 -- pytest-2.2.3
collected 0 items / 1 errors 

==================================== ERRORS
====================================
______________________________ ERROR collecting .
______________________________
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/common.py:312:
 in visit
>       for x in Visitor(fil, rec, ignore, bf, sort).gen(self):
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/common.py:358:
 in gen
>               for p in self.gen(subdir):
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/common.py:358:
 in gen
>               for p in self.gen(subdir):
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/common.py:358:
 in gen
>               for p in self.gen(subdir):
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/common.py:358:
 in gen
>               for p in self.gen(subdir):
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/common.py:358:
 in gen
>               for p in self.gen(subdir):
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/common.py:358:
 in gen
>               for p in self.gen(subdir):
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/common.py:348:
 in gen
>                   if p.check(dir=1) and (rec is None or rec(p))])
/usr/local/lib/python2.6/dist-packages/pytest-2.2.3-py2.6.egg/_pytest/main.py:479:
 in _recurse
>       ihook.pytest_collect_directory(path=path, parent=self)
/usr/local/lib/python2.6/dist-packages/pytest-2.2.3-py2.6.egg/_pytest/main.py:135:
 in call_matching_hooks
>       plugins = self.config._getmatchingplugins(self.fspath)
/usr/local/lib/python2.6/dist-packages/pytest-2.2.3-py2.6.egg/_pytest/config.py:289:
 in _getmatchingplugins
>       plugins += self._conftest.getconftestmodules(fspath)
/usr/local/lib/python2.6/dist-packages/pytest-2.2.3-py2.6.egg/_pytest/config.py:187:
 in getconftestmodules
>                   if conftestpath.check(file=1):
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/common.py:182:
 in check
>       return self.Checkers(self)._evaluate(kw)
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/common.py:65:
 in _evaluate
>                   if bool(value) ^ bool(meth()) ^ invert:
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/local.py:108:
 in file
>       return stat.S_ISREG(self._stat().mode)
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/local.py:99: 
in _stat
>               self._statcache = self.path.stat()
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_path/local.py:424:
 in stat
>       return Stat(self, py.error.checked_call(os.stat, self.strpath))
/usr/local/lib/python2.6/dist-packages/py-1.4.7-py2.6.egg/py/_error.py:82: in 
checked_call
>           raise cls("%s%r" % (func.__name__, args))
E           EACCES: [Permission denied]:
stat('/home/kk/workspaces/workspace-projekty/XOM/src/nu/xom/tools/conftest.py',)
=========================== 1 error in 38.08 seconds
===========================

_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to