<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
Received an update of Qgis 1.0.0 preview this morning from Jef's repository.<BR>
<A HREF="http://ppa.launchpad.net/jef-norbit/ubuntu">http://ppa.launchpad.net/jef-norbit/ubuntu</A><BR>
<BR>
fTools had been working before the update, but failed to load after with this error:<BR>
<BLOCKQUOTE>
    Couldn't load plugin fTools due an error when calling its classFactory() method<BR>
    <BR>
    Traceback (most recent call last):<BR>
      File "", line 1, in <BR>
      File "/home/brian/.qgis//python/plugins/fTools/__init__.py", line 29, in classFactory<BR>
        return fToolsPlugin(iface)<BR>
      File "/home/brian/.qgis//python/plugins/fTools/fTools.py", line 52, in __init__<BR>
        self.QgisVersion = unicode(QGis.qgisVersion)<BR>
    AttributeError: qgisVersion<BR>
</BLOCKQUOTE>
<BR>
Not sure if this is Carson's or Jeff's issue to resolve.<BR>
<BR>
A simple workaround got fTools working again:<BR>
ftools.py<BR>
changed line 52 from - self.QgisVersion = unicode(QGis.qgisVersion)<BR>
to this - self.QgisVersion = '1' <BR>
<BR>
Cheers<BR>
Brian<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Brian Bishop <<A HREF="mailto:brian@sopac.org">brian@sopac.org</A>><BR>
SOPAC Secretariat
</TD>
</TR>
</TABLE>
</BODY>
</HTML>