<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px">Hi,</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">sorry for the delay... I have just uploaded version 0.5.0<br></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">(profiletool) which fixes this issue, as well as 1.9 compatibility and<br>
</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">other UI fixes.</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">You need to enable Experimental plugins to get this new version -<br></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">please test it and give me your feedback.</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">Regards,<br></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.727272033691406px;background-color:rgb(255,255,255)">Etuenne</span></blockquote>
<br><div class="gmail_quote">Hi there,</div><div class="gmail_quote"><br></div><div class="gmail_quote">I installed, ran, and received the following error (MACOSX 10.6.8, QGIS 1.8.0):</div><div class="gmail_quote"><br></div>
<div class="gmail_quote">
<p style="margin:0px"><span style="color:#ff0000">An error has occured while executing Python code:</span><br><br>Traceback (most recent call last):<br>  File "/Users/jdlancaster/.qgis//python/plugins/profiletool/profileplugin.py", line 278, in changePlotLibrary<br>
    self.wdg.addPlotWidget(self.plotlibrary)<br>  File "/Users/jdlancaster/.qgis//python/plugins/profiletool/ui/ui_ptdockwidget.py", line 143, in addPlotWidget<br>    self.plotWdg = PlottingTool().changePlotWidget("Matplotlib", self.frame_for_plot)<br>
  File "/Users/jdlancaster/.qgis//python/plugins/profiletool/tools/plottingtool.py", line 82, in changePlotWidget<br>    fig = Figure( (1.0, 1.0), linewidth=0.0, subplotpars = figure.SubplotParams(left=0, bottom=0, right=1, top=1, wspace=0, hspace=0) )<br>
NameError: global name 'figure' is not defined<br><br>Python version:<br>2.7.1 (r271:86832, Jul 31 2011, 19:30:53) <br>[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]<br><br><br>QGIS version:<br>
1.8.0-Lisboa Lisboa, <br><br>Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python', '/Users/jdlancaster/.qgis//python', '/Users/jdlancaster/.qgis//python/plugins', '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', '/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.7', '/Library/Python/2.7/site-packages/numpy-override', '/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.7/site-packages', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC', '/Library/Python/2.7/site-packages', '/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools', '/Users/jdlancaster/Desktop']</p>
</div>