QSCI_SIP_DIR-NOTFOUND turns QScintilla off. In my case the QSCI_SIP_DIR was found but it was without the qscimod4.sip file. In this case QScintilla is detected and turned on but then the error happens. I had to set the option to QSCI_SIP_DIR-NOTFOUND to disable the feature...
Giovanni 2014-10-07 10:40 GMT+02:00 Ziegler Stefan <[email protected]>: > stefan@antigua:/$ cd / > > stefan@antigua:/$ pwd > > / > > stefan@antigua:/$ sudo find . -iname "*.sip" | xargs grep qscimod > > ./home/stefan/Develop/src/qgis_master/python/gui/gui.sip:%Import > Qsci/qscimod4.sip > > stefan@antigua:/$ > > > > QSCI_SIP_DIR is „set“ to QSCI_SIP_DIR-NOTFOUND. > > > > What is this good for btw ? > > > > Regards > > Stefan > > > > *Von:* G. Allegri [mailto:[email protected]] > *Gesendet:* Dienstag, 7. Oktober 2014 10:28 > > *An:* Ziegler Stefan > *Cc:* qgis-developer > *Betreff:* Re: [Qgis-developer] missing qscimod4.sip is stille there > > > > If I'm not wrong you're searching only in your home folder... > > That file is required by gui.sip, as you can see. If it cannot be found > the compiler shows the error (the build works fine the second time you > launch it but then you get the Python error on QGIS startup). > > > > The only solution for me was unsetting QSCI_SIP_DIR to disable this sip > part. > > > > > > 2014-10-07 10:20 GMT+02:00 Ziegler Stefan <[email protected]>: > > The only thing I find is: > > > > stefan@antigua:/$ sudo find . -iname "*.sip" | xargs grep qscimod > > ./home/stefan/Develop/src/qgis_master/python/gui/gui.sip:%Import > Qsci/qscimod4.sip > > > > I’m on a fresh installed 14.04. > > > > Regards > > Stefan > > > > > > *Von:* G. Allegri [mailto:[email protected]] > *Gesendet:* Dienstag, 7. Oktober 2014 10:12 > *An:* Ziegler Stefan > *Cc:* qgis-developer > *Betreff:* Re: [Qgis-developer] missing qscimod4.sip is stille there > > > > Can you find that file on your machine? I can't.... > > Where should it be located? > > > > I fear there was some problem with packages upgrading, but I can't find > out where. > > > > giovanni > > > > 2014-10-07 10:01 GMT+02:00 Ziegler Stefan <[email protected]>: > > Strange, I’m able to compile master with python bindings on Ubuntu 14.04. > > > > Regards > > Stefan > > > > *Von:* [email protected] [mailto: > [email protected]] *Im Auftrag von *G. Allegri > *Gesendet:* Dienstag, 7. Oktober 2014 09:54 > *An:* qgis-developer > *Betreff:* [Qgis-developer] missing qscimod4.sip is stille there > > > > The problem with missing qscimod4.sip from some Debian/Ubuntu packages > seems to be still an issue. Recently I upgraded to Ubuntu 14.04 and I > cannot sompile the sip parts of Python yet. > > > > Nathan suggested [1] to disable the sip parts related to the code editors > for the moment, but it seems it hasn't been done. Have you found different > solutions to the problem? > > > > Giovanni > > > > [1] http://lists.osgeo.org/pipermail/qgis-developer/2014-July/033928.html > > > > -- > > Giovanni Allegri > http://about.me/giovanniallegri > > Twitter: https://twitter.com/_giohappy_ > > blog: http://blog.spaziogis.it > GEO+ geomatica in Italia http://bit.ly/GEOplus > > > > > > -- > > Giovanni Allegri > http://about.me/giovanniallegri > > Twitter: https://twitter.com/_giohappy_ > > blog: http://blog.spaziogis.it > GEO+ geomatica in Italia http://bit.ly/GEOplus > > > > > > -- > > Giovanni Allegri > http://about.me/giovanniallegri > > Twitter: https://twitter.com/_giohappy_ > > blog: http://blog.spaziogis.it > GEO+ geomatica in Italia http://bit.ly/GEOplus > -- Giovanni Allegri http://about.me/giovanniallegri Twitter: https://twitter.com/_giohappy_ blog: http://blog.spaziogis.it GEO+ geomatica in Italia http://bit.ly/GEOplus
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
