<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div>hi,<br><br></div>i can't deploy my app using lzma and sqlite3<br><br><div>it's simple app print("Hi...")<br></div>and in pyqtdeploy "Standard Library" checked lzma,sqlite3<br><br></div>all run fine until executing nmake throw error about missing <br></div>sqlite3.h and lzma.h<br><br>after some googling <br> i executed <br>"C:\sysroot-win-32\src\Python-3.4.2\Tools\buildbot\external-common.bat"<br></div>it downloaded all needed files<br></div><br></div>i used the qmake tab in pyqtdeploy to add <br>INCLUDEPATH += C:/sysroot-win-32/src/externals/sqlite-3.8.3.1<br>INCLUDEPATH += C:/sysroot-win-32/src/externals/xz-5.0.5/include<br>INCLUDEPATH += C:/sysroot-win-32/src/externals/xz-5.0.5/include/lzma<br><br></div>but still can't deploy the app nmake stop with error<br></div>so,<br></div>what is the correct way to static link against this modules?<br><br></div>win xp sp3<br></div>vs 2010 sp1<br></div>python 3.4.2<br></div>qt 5.4<br></div>latest snapshot sip,pyqt5,pyqtdeploy from 29-1-2015<br><br></div>thanks in advance :)<br></div>