Hi Paolo,

Thanks for the assistance.

I downloaded the ver 1.5 deb packages and after a bit of problem with the gqis & qgis-common inter-dependency issue I managed to get everything installed. Now however I have the following problem:

Couldn't load SIP module.
Python support will be disabled.

Traceback (most recent call last):
  File "", line 1, in
ImportError: No module named sip

Python version:
2.6.5 (r265:79063, Mar 18 2010, 23:59:47)
[GCC 4.4.3]

QGIS version:
1.5.0-Trunk 'Trunk', 13426M

Python path:
['/usr/share/qgis/python', '/home/gary/.qgis/python', '/home/gary/.qgis/python/plugins', '/usr/share/qgis/python/plugins', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode', '/usr/local/lib/python2.6/dist-packages']


Any ideas?

Rgds
Gary


On 07/05/2010 08:44, [email protected] wrote:
Send Qgis-user mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Qgis-user digest..."


Today's Topics:

    1. qgis&  Debian testing (Gary Smith)
    2. Re: qgis&  Debian testing (Paolo Cavallini)
    3. Vectorial do Raster (Nikos Dumakis)
    4. Re: qgis compiling error (Pierre Chevalier G?ologue)
    5. Re: Vectorial do Raster (Micha Silver)
    6. Re: qgis compiling error (Thomas Gratier)
    7. Re: Qgis-user Digest, Vol 51, Issue 7 (Sajid Iqbal)
    8. RE: Re: Qgis-user Digest, Vol 51, Issue 7 (Kumaran Narayanaswamy)


----------------------------------------------------------------------

Message: 1
Date: Thu, 06 May 2010 18:24:32 +0200
From: Gary Smith<[email protected]>
Subject: [Qgis-user] qgis&  Debian testing
To: [email protected]
Message-ID:<[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I have installed the version 1.5 from the gfossit repository. I am not
sure how this version was compiled but I cannot get a version compiled
with Python2.6.

So although I have a compiled version it also has a number of
segmentation faults. The ones that I am most concerned with relate to
the GdalTools.

When I try to compile from source I also come up against the sip problem
which ultimately seems to be that the sipconfig module cannot be found.
I cannot downgrade to python 2.5 without killing the rest of my system.

A sad state of affairs.  :-(

Gary

On 06/05/2010 18:00, [email protected] wrote:
Send Qgis-user mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Qgis-user digest..."


Today's Topics:

     1. Re: qgis compiling error (flavio rigolon)


----------------------------------------------------------------------

Message: 1
Date: Thu, 6 May 2010 17:37:12 +0200
From: flavio rigolon<[email protected]>
Subject: Re: [Qgis-user] qgis compiling error
To: Pierre Chevalier G?ologue<[email protected]>
Cc: qgis-user<[email protected]>
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="utf-8"

2010/5/6 Pierre Chevalier Géologue<[email protected]>


Hello,


Hi Pierre,



I had the same kind of error, also on debian testing. I tried many
different things, and it eventually worked out, I'm not exactly sure what
exactly worked...  It may be a mess between sip and sip4 packages?

Here are the last things I did, as root, just before it worked, according
to my /root/.bash_history:

    apt-get install gdal-bin libgdal1-dev libgeos-dev proj libgdal-doc
   python-dev libgsl0-dev g++ libjasper-dev libtiff4-dev subversion
    libsqlite3-dev sqlite3 ccache make libpq-dev flex bison cmake
    txt2tags python-qt4 python-qt4-dev python-sip4 sip4 python-sip4-dev

    apt-get install cmake

    apt-get install grass libgrass-dev

    apt-get install grass grass-dev

    cd /usr/local/bin

    sudo ln -s /usr/bin/ccache gcc

    sudo ln -s /usr/bin/ccache g++

    apt-get install build-essential g++ subversion


I've followed your suggestions but the error is the same.....thanks anyway.

flavio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.osgeo.org/pipermail/qgis-user/attachments/20100506/5b556efa/attachment-0001.html

------------------------------

_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user


End of Qgis-user Digest, Vol 51, Issue 7
****************************************



------------------------------

Message: 2
Date: Thu, 06 May 2010 18:35:26 +0200
From: Paolo Cavallini<[email protected]>
Subject: Re: [Qgis-user] qgis&  Debian testing
To: Gary Smith<[email protected]>
Cc: [email protected]
Message-ID:<[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

Gary Smith ha scritto:
I have installed the version 1.5 from the gfossit repository. I am not
sure how this version was compiled but I cannot get a version compiled
with Python2.6.

So although I have a compiled version it also has a number of
segmentation faults. The ones that I am most concerned with relate to
the GdalTools.
are you on 32 or 64 bit?
As you know, testing is a moving target, so old packages (even a few days) can 
give a
lot of trouble.
You can try this:
http://int.faunalia.it/~paolo/debian/
not apt-gettable, though.
All the best.
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to