-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 sjcurt02 wrote:
sjcurt02 wrote:
import distutils distutils.sysconfig.get_config_vars()['CONFIG_ARGS'] Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'module' object has no attribute 'sysconfig'
<snip>
I finally understand what was meant. This worked for me:
from distutils import sysconfig sysconfig.get_config_vars()['CONFIG_ARGS']
but it produced no output because I configured python without specifying any arguments using default values instead. I grepped through the Makefile and config.log and didn't see anything about specifying a value for the stack size. What configure options affect the python stack size?
I don't know: I *do* know that the "standard" Python build on FreeBSD some years back routinely caused bus errors / segfaults when running Zope: they would come at seemingly arbitrary points, and were solely due to the stack size. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFI0xh9+gerLs4ltQ4RAkOdAKDYYekNcpFwVOpqymKf5BDa7bNs8ACgjVJg V9vM2Yqq0ncG/tzz67NzFQk= =aD0g -----END PGP SIGNATURE-----