[Qgis-developer] Re: [Qgis-user] Projection of Shapefile export

2010-09-17 Thread Micha Silver
Brett Adams wrote: Micha, I've attached csv data for importing and all shape files exported. I've added comments into your prior email also. Hi Brett: I do indeed see a problem exporting to the AGD84 CRS. I get a Latitude or Longitude exceeds limits error. This happens when the global CRS

[Qgis-developer] Saving shapefile and Global CRS

2010-09-17 Thread Micha Silver
A user posted a problem on the qgis-user list [1] regarding saving a shapefile in the AGD84 zone 51 CRS = EPSG code 20351. (This CRS is in the S. hemisphere). I opened a ticket for this issue [2] But the problem he raised got me rethinking the Global CRS setting. Suggestions have been

Re: [Qgis-developer] Re: cmake error on OS X 10.6

2010-09-17 Thread William Kyngesburye
On Sep 17, 2010, at 10:44 AM, Matthew Denno wrote: Last night I downloaded the 64bit Qt library-only package (The SDK didn't say if it was 32 or 64 bit). I went through the Installation Guide again and this time was able to get past the SIP/PyQt installs following the guide. The only

[Qgis-developer] Error installing QGis from ubuntugis-unstable ppa

2010-09-17 Thread Giuseppe Sucameli
Hi all, I tried to install qgis1.5 from ubuntugis-unstable ppa on my Ubuntu Karmic, but using Synaptic (Package Manager) I get this error: E: python-qgis: subprocess installed post-installation script returned error exit status 1 Here the Synaptic output [1] I have also qgis trunk installed by

Fwd: [Qgis-developer] Re: cmake error on OS X 10.6

2010-09-17 Thread Matthew Denno
Forgot to reply all. -- Forwarded message -- From: Matthew Denno mgde...@gmail.com Date: Fri, Sep 17, 2010 at 1:15 PM Subject: Re: [Qgis-developer] Re: cmake error on OS X 10.6 To: William Kyngesburye kyngch...@kyngchaos.com On Fri, Sep 17, 2010 at 12:15 PM, William

Re: [Qgis-developer] Re: cmake error on OS X 10.6

2010-09-17 Thread William Kyngesburye
With the python.org python, you just use the first form: python configure.py That defaults to putting everything in the python framework. That said, I haven't tried it in a long time, since I don't use the python.org python. You may get deployment target complaints from python. On Sep 17,

Re: [Qgis-developer] Re: cmake error on OS X 10.6

2010-09-17 Thread Matthew Denno
Using python configure.py takes care of the architecture (I.e. 32 vs 64 bit) too? On Sep 17, 2010 1:56 PM, William Kyngesburye wokl...@kyngchaos.com wrote: With the python.org python, you just use the first form: python configure.py That defaults to putting everything in the python framework.

Re: [Qgis-developer] Re: cmake error on OS X 10.6

2010-09-17 Thread William Kyngesburye
I think it will default to 32bit. On Sep 17, 2010, at 1:47 PM, Matthew Denno wrote: Using python configure.py takes care of the architecture (I.e. 32 vs 64 bit) too? On Sep 17, 2010 1:56 PM, William Kyngesburye wokl...@kyngchaos.com wrote: With the python.org python, you just use the

Re: [Qgis-developer] Re: cmake error on OS X 10.6

2010-09-17 Thread John C. Tull
Matthew, Is there a specific reason to use python.org? Generally speaking, it seems to prove best on OS X to avoid overriding system provided bins and libs when possible. Cheers, John On Sep 17, 2010, at 1:39 PM, William Kyngesburye wrote: I think it will default to 32bit. On Sep 17,

Re: [Qgis-developer] Re: cmake error on OS X 10.6

2010-09-17 Thread Matthew Denno
John, I guess the only reason was that I wanted to use Idle at one time. I don't care anymore though. In your opinion would it be better uninstall the python.org version? Will that remove \Library\Frameworks\Python.frameworks...? I am just trying to figure out how to proceed to get this