python64.c

Go to the documentation of this file.
00001 /* @(#)root/pyroot:$Id: python64.c 24176 2008-06-07 00:27:39Z rdm $ */
00002 /* Author: Wim Lavrijsen, Apr 2008 */
00003 
00004 /*
00005    Python main program, used to create a 64-bit python executable
00006    (bin/python64) on MacOS X 64.
00007    The standard python on MacOS X 64 is 32-bit only and hence cannot
00008    load any 64-bit python modules, like PyROOT.
00009 */ 
00010 
00011 
00012 #include "Python.h"
00013 
00014 int main(int argc, char* argv[])
00015 {
00016    return Py_Main( argc, argv );
00017 }

Generated on Tue Jul 5 14:10:15 2011 for ROOT_528-00b_version by  doxygen 1.5.1