On Sat, Feb 25, 2012 at 11:03 AM, Alex Mandel <span dir="ltr">&lt;<a href="mailto:tech_dev@wildintellect.com">tech_dev@wildintellect.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 02/25/2012 07:24 AM, William Kyngesburye wrote:<br>
&gt;<br>
&gt; WARNING #2: delete existing plugins before running QGIS 1.7.4.  If you can do it before installing QGIS, disable them in the old QGIS, then update and re-enable them one at a time after upgrading QGIS.  If you have already installed 1.7.4, you need to manually delete them from ~/.qgis/python/plugins.<br>


&gt;<br>
&gt; I&#39;ve had a report of plugins directly using a specific GDAL version like 1.8 (I don&#39;t know how this is possible), which will crash QGIS 1.7.4 which uses GDAL 1.9.  There also appears to be a problem with PyQwt so the profile plugin will crash QGIS.<br>


&gt;<br>
<br>
</div>GDALTools perhaps, as I recall on Mac often times the path to GDAL has<br>
to be manually set and on upgrade could easily still refer to the old<br>
version in it&#39;s settings. Does manually editing the setting before<br>
trying to run a Raster tool solve the issue? (Please pass that on to<br>
whomever reported the issue)<br></blockquote><div><br></div><div>One culprit I have seen with Python is that the `*.py` files will be updated, but a set of old bytecode-compiled `*.pyc` files will be hanging around somewhere on the PYTHONPATH. The interpreter will prefer these files and get stuck using an older version of the plugin until they are removed.</div>

<div><br></div><div>-Charlie</div><div><br></div><div> </div></div>