Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 6.22/00
-
Component/s: PyROOT
-
Labels:None
-
Environment:
Lxplus Centos7
Description
When connecting to lxplus via:
ssh -Y etejedor@lxplus.cern.ch
|
If the ROOT installation on the lxplus node is used, when trying to open a window with ROOT graphics from Python:
>>> import ROOT |
>>> c = ROOT.TCanvas("c") |
no graphics are shown. The graphics do show if the ROOT installation on CVMFS (LCG 98) is used instead. When checking their versions with root --version, both the ROOT installation on the lxplus node and the one in LCG 98 report to be 6.22.00.
Mentioning Mattias Ellert as the ROOT package manager for EPEL.