Re: Getting the --options of configure on installed python

2005-07-25 Thread Mark Rowe
On 25/07/2005, at 09:56 , Thanos Tsouanas wrote: > Hello! > > Is there a way to get the --options with which python was > configured on > a system? > > Thanks in advance. Hi Thanos, Take a look at the distutils.sysconfig module (): >>> import distutils.sysconfig >>> distutils.sysconfig.get_

Re: Getting the --options of configure on installed python

2005-07-24 Thread gene tani
look in distutils.cfg: http://www.python.org/doc/2.4.1/inst/config-syntax.html for modules compiled in, sys.builtin_module_names -- http://mail.python.org/mailman/listinfo/python-list

Getting the --options of configure on installed python

2005-07-24 Thread Thanos Tsouanas
Hello! Is there a way to get the --options with which python was configured on a system? Thanks in advance. -- Thanos Tsouanas .: My Music: http://www.thanostsouanas.com/ http://thanos.sians.org/ .: Sians Music: http://www.sians.org/ -- http://mail.python.org/mailman/listinfo/python-l