[PyQt] pyqtdeploy feature request

Phil Thompson phil at riverbankcomputing.com
Sat Jan 6 14:46:03 GMT 2018


On 6 Jan 2018, at 2:28 pm, MOHAMED BLACK <bl3a3ck at gmail.com> wrote:
> 
> hi Phil
> 
> i successfully compile the demo project from pyqtdeploy on windows7
> 
> very simple and strait forward steps 
> 
> now i want to use the standard libs bz2,lzma,select and sqlite3 
> 
> can you please consider 
> 1- adding documentation section step by step how to add these modules or one of them as example

You have to write a component plugin to build the underlying library - like the openssl one. sqlite should work automatically as it is part of the Python source.

> 2- make new demos project with more advanced and show how to import these modules and maybe import any non standard modules as example

I plan to do this to a certain extend, but not for a while.

> i have all the sources files in folder named external after running 
> "Python-3.6.4\PCbuild\get_externals.bat"
> 
> another question related to these modules can i use the executable from pyqtdeploy with *.pyd files
> _lzma.pyd and _bz2.pyd from windows installation of python.org

If you have checked "Use standard Python shared library" then these should get copied in automatically.

Phil


More information about the PyQt mailing list