Hi all,
I had the same problem as the author and the suggestion in [url]Locate like command did the trick, thanks.
However I have a problem with Python:
[code]Python 2.7.5 (default, Aug 25 2013, 00:04:04)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type “help”, “copyright”, “credits” or “license” for more information.
import ROOT
Traceback (most recent call last):
File “”, line 1, in
File “/Users/David/Documents/rootGit/lib/ROOT.py”, line 271, in
root.MakeRootClass( “TTree” ).iter = TTree__iter
AttributeError: type object ‘string’ has no attribute ‘c_str’
[/code]
Does anyone know anything about that?
Thanks
David