-
- Downloads
Introduce new package pyroot by Pere Mato & Wim Lawrijsen.
pyroot is a Python interface to any class having a CINT dictionary. pyroot is an optional package. It can be selected at configure time with, eg --enable-explicitlink \ --enable-python \ --with-python-incdir=/usr/local/include/python2.3 \ --with-python-libdir=/usr/local/lib/python2.3 \ enable-explicitlink is mandatory to build pyroot. Note that python2.3 or above is required. You can download it from http://www.python.org The installation is currently certified only on Linux with gcc3.2. python/ROOT tutorials are available in $ROOTSYS/tutorials/*.py. To run the python tutorials, you can do setenv PYTHONDIR $ROOTSYS/pyroot:$ROOTSYS/lib cd $ROOTSYS/tutorials python hsimple.py git-svn-id: http://root.cern.ch/svn/root/trunk@8699 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- Makefile 4 additions, 0 deletionsMakefile
- config/Makefile.in 4 additions, 0 deletionsconfig/Makefile.in
- configure 42 additions, 0 deletionsconfigure
- pyroot/Module.mk 64 additions, 0 deletionspyroot/Module.mk
- pyroot/ROOT.py 135 additions, 0 deletionspyroot/ROOT.py
- pyroot/ROOT.pyc 0 additions, 0 deletionspyroot/ROOT.pyc
- pyroot/inc/LinkDef.h 11 additions, 0 deletionspyroot/inc/LinkDef.h
- pyroot/inc/TPython.h 26 additions, 0 deletionspyroot/inc/TPython.h
- pyroot/src/ConstructorDispatcher.cxx 74 additions, 0 deletionspyroot/src/ConstructorDispatcher.cxx
- pyroot/src/ConstructorDispatcher.h 32 additions, 0 deletionspyroot/src/ConstructorDispatcher.h
- pyroot/src/MemoryRegulator.cxx 162 additions, 0 deletionspyroot/src/MemoryRegulator.cxx
- pyroot/src/MemoryRegulator.h 35 additions, 0 deletionspyroot/src/MemoryRegulator.h
- pyroot/src/MethodDispatcher.cxx 98 additions, 0 deletionspyroot/src/MethodDispatcher.cxx
- pyroot/src/MethodDispatcher.h 59 additions, 0 deletionspyroot/src/MethodDispatcher.h
- pyroot/src/MethodHolder.cxx 638 additions, 0 deletionspyroot/src/MethodHolder.cxx
- pyroot/src/MethodHolder.h 96 additions, 0 deletionspyroot/src/MethodHolder.h
- pyroot/src/ObjectHolder.cxx 69 additions, 0 deletionspyroot/src/ObjectHolder.cxx
- pyroot/src/ObjectHolder.h 65 additions, 0 deletionspyroot/src/ObjectHolder.h
- pyroot/src/PyBufferFactory.cxx 111 additions, 0 deletionspyroot/src/PyBufferFactory.cxx
- pyroot/src/PyBufferFactory.h 32 additions, 0 deletionspyroot/src/PyBufferFactory.h
Loading
Please register or sign in to comment