[Qgis-developer] SIP

Martin Dobias wonder.sk at gmail.com
Wed Jan 10 12:19:20 EST 2007


On 1/10/07, Paolo Cavallini <cavallini at faunalia.it> wrote:
> Hi all.
> I got the new refactored qgis working (after a few links), but now I get:
> Python error
> Couldn't load SIP module.
> Python support will be disabled.

This does show up when starting QGIS, right?
Try this:
1. start python interpreter in console
2. type:
from sip import wrapinstance, unwrapinstance

If that will fail, something's wrong with your SIP installation.
Otherwise there's problem with running this check in QGIS.

Martin

> I have compiled SIP and PyQt (latest versions), and cmake . apparently
> finds it:
> -- Python libraries found
> -- Python bindings enabled
>
>  From ccmake .
>
> SIP_BINARY_PATH                  /usr/bin/sip
>
> # ls -l /usr/bin/sip
> -rwxr-x--- 1 root root 204120 2007-01-08 11:40 /usr/bin/sip
>
> Sorry for my ignorance.
> pc
> --
> Paolo Cavallini
> email+jabber: cavallini at faunalia.it
> www.faunalia.it
> Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy   Tel: (+39)348-3801953
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.qgis.org
> http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
>



More information about the Qgis-developer mailing list