I have an existing Plone 3.3.4 installation that was created using the Unified Installer. The python packaged with the Unified Installer does not include SSL support. How would I go about adding SSL support to an existing installation? Do i need to rebuild python, then run bootstrap and buildout to get have it enabled? Or is it something that can simply be added to buildout as an egg?
I am able to create a seperate python build(2.4.6) with SSL support, but am having trouble using that python version to run bootstrap.py.:
File "bootstrap.py", line 53, in ?
PYTHONPATH=
AssertionError
It looks like it should be getting the PYTHONPATH from setuptools, so are there some changes i need to make there?
Am i going about this the wrong way? Any help is appreciated!
Thanks! DR