Re: [Zope] Zope error getting Plone running on HP UX

2008-09-19 Thread sjcurt02
Found the answer to the stack question here: http://mail.python.org/pipermail/python-bugs-list/2006-January/031647.html $ export BASECFLAGS=-DTHREAD_STACK_SIZE=0x5 $ configure $ make ... Unfortunately, it did not solve my problem. Still looking though. Thanks, Steve Tres Seaver wrote:

Re: [Zope] Zope error getting Plone running on HP UX

2008-09-18 Thread sjcurt02
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

Re: [Zope] Zope error getting Plone running on HP UX

2008-09-14 Thread sjcurt02
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' Any pointers? Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sjcurt02