<div dir="ltr">The pyqt-demo project in the pyqtdeploy source package has both the app source and component plugins in the project root. This can cause name conflicts between the component plugins and their associated python/sip modules when running the app code during development. What is the intended folder / naming schema to avoid this?<div><br></div><div>For example, I have a folder the typing_extensions module in ./lib/site-packages that is a dependency of some other modules I am using. I've added ./lib/site-packages to sys.path in my app main(). AFAIK, the component plugin has to be ./typing_extensions.py, but that file gets imported before the one in site-packages which breaks the modules that simply "import typing_extensions".</div><div><br></div><div>I'm sure I've missed a basic concept, just couldn't infer this looking at pyqt-demo since it doesn't include custom packages.</div><div><br></div><div>Cheers,</div><div>-Patrick</div></div>