Re: Getting the --options of configure on installed python
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
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