Is there a possibility to suppress within buildout the python compilation of eggs or directories within an egg ?
Actually it does not make sense that python files within skin directories will be compiled. For those who are not so familiar with Zope and Plone will think that there's something going wrong.
Most common error messages are:
return <i<something</i>
SyntaxError: 'return' outside function
But it's not an error.