plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
7 stars 23 forks source link

debug command broken with $PYTHONSTARTUP #167

Closed dataflake closed 3 years ago

dataflake commented 3 years ago

The debug command tries to be helpful and load/execute a $PYTHONSTARTUP file as the console comes up, if the user has one defined. Problem: It uses execfile, which doesn't exist in Python 3.