<div dir="ltr">Thanks Carson. I wouldn't have come to the solution from the traceback!<br><br><div class="gmail_quote">2008/10/8 Carson Farmer <span dir="ltr"><<a href="mailto:carson.farmer@gmail.com">carson.farmer@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Giovanni,<div><div></div><div class="Wj3C7c"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have Metis compiled on Ubuntu 8.04.<br>
I've added you new repository plugins but I get the following errors on startup:<br>
<br>
Traceback (most recent call last):<br>
  File "", line 2, in<br>
  File "/home/giova/.qgis//python/plugins/fTools/__init__.py", line 34, in<br>
    from fTools import fToolsPlugin<br>
  File "/home/giova/.qgis//python/plugins/fTools/fTools.py", line 45, in<br>
    import doFieldStats, doIntersectLines, doJoinAttributes, doListUnique, doNearestNeighbour, doSelectByLocation<br>
  File "/home/giova/.qgis/python/plugins/fTools/tools/doJoinAttributes.py", line 38, in<br>
    import struct, itertools, datetime, decimal<br>
  File "/usr/lib/python2.5/decimal.py", line 401, in<br>
    if hasattr(threading.currentThread(), '__decimal_context__'):<br>
AttributeError: 'module' object has no attribute 'currentThread'<br>
<br>
This is with fTools, but the errors with manageR, scattergram, and others are similar. It's not something with your module, but have any ideas on how to solve it?<br>
</blockquote></div></div>
I know exactly how to solve it: Remove the threading plugin. There are some naming conflicts with this plugin and several standard python libraries. Your options are to remove it, or to change the name of the python file. If you would like to keep this plugin, let me now and I'll let you know what needs to be changed...<br>

<br>
C<br>
<br>
-- <br>
Carson J.Q. Farmer<br>
PhD Student<br>
National Centre for Geocomputation (NCG),<br>
John Hume Building,<br>
National University of Ireland, Maynooth,<br>
Maynooth,<br>
Co. Kildare,<br>
Ireland.<br>
<a href="http://www.carsonfarmer.com" target="_blank">http://www.carsonfarmer.com</a><br>
<a href="http://www.ftools.ca" target="_blank">http://www.ftools.ca</a><br>
<br>
</blockquote></div><br></div>