ROOT.py, line 470, in __getattr2

Hello,

I’m trying to run a run.py file on lxplus6 and I get this :

Error in PyROOT::TPyROOTApplication::ProcessLine: macro /afs/cern.ch/user/…/Matcher.C not found in path .:/cvmfs/cms.cern.ch/slc6_amd64_gcc700/lcg/root/6.12.07-gnimlf5/macros

Traceback (most recent call last):
File “run.py”, line 78, in
L = ROOT.Matcher(inputChain)
File “/cvmfs/cms.cern.ch/slc6_amd64_gcc700/lcg/root/6.12.07-gnimlf5/lib/ROOT.py”, line 470, in __getattr2
raise AttributeError( name )
AttributeError: Matcher

Does anyone have any idea what does this mean?

Thank you

Hi,

Can you please post run.py?

Cheers,
Oksana.

Hi,

Wow, while I was trying to copy-paste the run.py, I noticed that the path in ROOT.gROOT.ProcessLine(~/…) was wrong. Problem solved, thank you for your response.

Cheers,
Konstantinos

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.