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

Ilya Kulakov kulakov.ilya at gmail.com
Wed Aug 12 19:29:29 BST 2015


I mean project to generate shared library from shared python modules and executables from non-shared modules.

Imagine a project that has multiple tools which re-use many of the same python and application modules. It would be a waste of space to embed all that shared data into each tool executable.

> On 12 Aug 2015, at 14:02, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> 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