<div dir="ltr">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>
<br>GIovanni<br><br></div>