Re: Which python to use in glib2

2008-12-13 Thread Marcus Calhoun-Lopez
Ryan Schmidt writes: > Does gtester-report need a specific version of python? Does it need > any python modules? The configure script requires that the version >= 2.4. The script itself calls import sys, re, xml.dom.minidom I believe they are standard. ___

Re: Which python to use in glib2

2008-12-13 Thread Ryan Schmidt
On Dec 13, 2008, at 11:34, Marcus Calhoun-Lopez wrote: I would like to submit a patch to glib2 which forces its python script to use a MacPorts python (see http://trac.macports.org/ticket/17530). I do not use the script in question (gtester-report), so I can not say with certainty which p

Which python to use in glib2

2008-12-13 Thread Marcus Calhoun-Lopez
I would like to submit a patch to glib2 which forces its python script to use a MacPorts python (see http://trac.macports.org/ticket/17530). I do not use the script in question (gtester-report), so I can not say with certainty which python to use. Might anyone who uses gtester-report be able to co