> by adding "--with-python=/usr/lib/python2.7/" > but then get: > "Error: '/usr/lib/python2.7/' is not an executable. It should be the > filename of a Python binary."
Does the file /usr/lib/python2.7 exist? If it exists try using "--with-python=/usr/lib/python2.7" Without the last Slash ;-) You have to fill in the complete path to the python executeable. Regards viktor _______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
