[PyQt] [pyqtdeploy] Feature Request: Ability to embed resources and static files into shared library

Phil Thompson phil at riverbankcomputing.com
Wed Aug 12 19:02:49 BST 2015


On 12 Aug 2015, at 6:45 pm, Ilya Kulakov <kulakov.ilya at gmail.com> wrote:
> 
> Sometimes application consists of multiple executables that shares same codebase and therefore same python modules and libraries.
> pyqtdeploy should allow to specify multiple executables with different entry points that would share same python data.

Do you mean having a single project file and allow multiple entry points to be specified? In which case the generated executables would be identical apart from the name - so why not just copy/symlink them?

Or do you mean a project generates a shared/static library rather than an executable to that they can be linked with different executables later on?

Phil


More information about the PyQt mailing list