Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

There are several SyntaxErrors while running buildout. Are these actual errors?

actual buildout errors running
0
Posted

There are several SyntaxErrors while running buildout. Are these actual errors?

0

These errors are not actual errors. Plone uses RestrictedPython internally. RestrictedPython scripts have minor difference from vanilla Python source code modules, though both have .py extension. Buildout uses setuptools to install Python packages. Setuptools wants to peak inside every .py file, including RestrictedPython files, even though it does not understand about them. This is why setuptools gives SyntaxError and it’s not dangerous.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.