Python root

Hi,
i want to use python to program root. i hve installed root and python, both are working.
now if i write in python something like
from ROOT import TF1
there is an error, that i don’t habe the python23.dll
i habe a python24.dll
can someone help me?
Mfg Jens

Hi,

[some guesses here, Axel can correct me :slight_smile: ]

the ROOT binary distribution for Windows is compiled against python2.3. You can thus either install python2.3 on your system, or you can recompile ROOT against your newer, python2.4 install. The former is probably the easiest (the differences between p2.3 and p2.4 are mostly marginal and/or performance related).

HTH,
Wim