[PyQt] pyqtdeploy : enable Additional modules

MOHAMED BLACK bl3a3ck at gmail.com
Fri Jan 30 12:23:22 GMT 2015


hi,

i can't deploy my app using lzma and sqlite3

it's simple app print("Hi...")
and in pyqtdeploy "Standard Library" checked lzma,sqlite3

all run fine until executing nmake throw error about missing
sqlite3.h and lzma.h

after some googling
 i executed
"C:\sysroot-win-32\src\Python-3.4.2\Tools\buildbot\external-common.bat"
it downloaded all needed files

i used the qmake tab in pyqtdeploy to add
INCLUDEPATH += C:/sysroot-win-32/src/externals/sqlite-3.8.3.1
INCLUDEPATH += C:/sysroot-win-32/src/externals/xz-5.0.5/include
INCLUDEPATH += C:/sysroot-win-32/src/externals/xz-5.0.5/include/lzma

but still can't deploy the app nmake stop with error
so,
what is the correct way to static link against this modules?

win xp sp3
vs 2010 sp1
python 3.4.2
qt 5.4
latest snapshot sip,pyqt5,pyqtdeploy from 29-1-2015

thanks in advance :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150130/3617ec94/attachment.html>


More information about the PyQt mailing list