Does PyROOT need anything special to use rootrc/rootlogon?

Hi everyone,

Another PyROOT newbie question: what do I have to do to make it (PyROOT from a Python script) use my rootrc and rootlogon files?

Still on my Mac running OS X 10.4.8, python 2.3.5 and 5.14/00.

Thanks,
Jeroen

Jeroen,

not for rootrc, but rootlogon.C is ignored. One could define $PYTHONSTARTUP, but that will affect all your python sessions, unless properly protected within that script.

I’ll add code that loads rootlogon.C/rootlogon.py if available.

Cheers,
Wim