When I create a python venv it creates a directory named "lib" and a symlink to it "lib64". Then when I start up runwsgi I get a ton of messages like this:
Duplicate Product name: After loading Product 'statusmessages' from 'path_to_venv/lib64/python3.9/site-packages/Products', I skipped the one in 'path_to_venv/lib/python3.9/site-packages/Products'
I believe I can safely ignore this. But it would be nice if there is an elegant to avoid spam here, as it distracts from possibly more important start up bugs. It looks like this is OFS.Application iterating through everything in the Products namespace (is this even needed anymore, in a buildout-less environment?)