<div dir="ltr"><div><br></div>Hi Anita,<div><br></div><div>I'm still not able to reproduce the problem, but looking at this is bug, geos seems to break shapely.</div><div><a href="http://comments.gmane.org/gmane.linux.debian.devel.bugs.general/1111838">http://comments.gmane.org/gmane.linux.debian.devel.bugs.general/1111838</a><br>

</div><div><br></div><div>Would you mind checking with this version, if you still encounter an exception?</div><div><a href="https://github.com/BergWerkGIS/VoGIS-Profil-Tool/raw/master/VoGisProfilTool/VoGisProfilTool.zip">https://github.com/BergWerkGIS/VoGIS-Profil-Tool/raw/master/VoGisProfilTool/VoGisProfilTool.zip</a><br>

</div><div><br></div><div>Thanks,<br></div><div>Wilhelm <br><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><br></div><div><br></div><div><div style="font-size:13px;margin-bottom:0px;margin-left:0px;padding-bottom:5px">

<div style="overflow:hidden"><div dir="ltr"><div><a href="http://www.immo-focus-wien.at/" target="_blank"><b><font face="courier new, monospace" size="4">www.Immo-Focus-Wien.at</font></b></a></div><div><font size="1" face="tahoma, sans-serif">Die Innovative Lösung für Immobilienmakler</font></div>

<div></div></div></div></div><div style="font-size:13px"></div></div><div><br></div><div><div><b>Dr. Wilhelm BERG</b></div><div>BergWerk EDV-Dienstleistungen e.U.</div><div>Bruckweg 24</div><div>3508 Paudorf</div><div><br>

</div><div>Tel: +43 664 345 0 417</div><div><br></div><div><a href="mailto:wb@BergWerk-GIS.at" target="_blank">wb@BergWerk-GIS.at</a></div><div><a href="http://www.bergwerk-gis.at/" target="_blank">www.BergWerk-GIS.at</a></div>

</div><div><br></div><div><br></div></div></div>
<br><br><div class="gmail_quote">On Thu, Jan 16, 2014 at 6:37 PM, Anita Graser <span dir="ltr"><<a href="mailto:anitagraser@gmx.at" target="_blank">anitagraser@gmx.at</a>></span> wrote:<br><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">

Am 15.01.2014, 22:50 Uhr, schrieb Wilhelm Berg <<a href="mailto:wb@bergwerk-gis.at" target="_blank">wb@bergwerk-gis.at</a>>:<div class="im"><br>
<br>
<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">
Thanks for the Stacktrace.<br>
<br>
Looks like the problem with missing shapely I took care of in version 1.8.4.<br>
Did you use 1.8.3 or 1.8.4?<br>
</blockquote>
<br>
<br></div>
I made sure to first install python-shapely from the Advanced installer and then installed the VoGIS Profile tool version 1.8.4<br>
<br>
Interestingly, the installer offers python-shapely 1.2.9 and 1.2.18. I installed 1.2.18-1.<br>
<br>
Best wishes,<br>
Anita<div class=""><div class="h5"><br>
<br>
<br>
<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">
<br>
Regards,<br>
Wilhelm<br>
<br>
On Wed, Jan 15, 2014 at 6:21 PM, Anita Graser <<a href="mailto:anitagraser@gmx.at" target="_blank">anitagraser@gmx.at</a>> wrote:<br>
<br>
<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">
Am 15.01.2014, 15:03 Uhr, schrieb Wilhelm Berg <<a href="mailto:wb@bergwerk-gis.at" target="_blank">wb@bergwerk-gis.at</a>>:<br>
<br>
<br>
 Thanks.<br>
<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">
I just checked with 64bit OSGeo4W (Express Install).<br>
No problems.<br>
<br>
Have you done a custom install and maybe manually deselected any<br>
dependencies?<br>
<br>
</blockquote>
<br>
I did the advanced install but did not (knowingly) deselect any<br>
dependencies.<br>
<br>
Maybe this trace helps:<br>
<br>
Couldn't load plugin VoGisProfilTool due an error when calling its<br>
classFactory() method<br>
<br>
Traceback (most recent call last):<br>
  File "C:/OSGeo4W/apps/qgis/./<u></u>python\qgis\utils.py", line 204, in<br>
startPlugin<br>
    plugins[packageName] = package.classFactory(iface)<br>
  File "C:\Users\Anita/.qgis2/python/<u></u>plugins\VoGisProfilTool\__<u></u>init__.py",<br>
line 63, in classFactory<br>
    from vogisprofiltoolmain import VoGISProfilToolMain<br>
  File "C:/OSGeo4W/apps/qgis/./<u></u>python\qgis\utils.py", line 453, in _import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
  File "C:\Users\Anita/.qgis2/python/<u></u>plugins\VoGisProfilTool\<u></u>vogisprofiltoolmain.py",<br>
line 27, in<br>
    from vogisprofiltoolmaindialog import VoGISProfilToolMainDialog<br>
  File "C:/OSGeo4W/apps/qgis/./<u></u>python\qgis\utils.py", line 453, in _import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
  File "C:\Users\Anita/.qgis2/python/<u></u>plugins\VoGisProfilTool\<u></u>vogisprofiltoolmaindialog.py",<br>
line 37, in<br>
    from util.createProfile import CreateProfile<br>
  File "C:/OSGeo4W/apps/qgis/./<u></u>python\qgis\utils.py", line 453, in _import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
  File "C:\Users\Anita/.qgis2/python/<u></u>plugins\VoGisProfilTool\util\<u></u>createProfile.py",<br>
line 4, in<br>
    from shapely.wkb import loads<br>
  File "C:/OSGeo4W/apps/qgis/./<u></u>python\qgis\utils.py", line 453, in _import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
  File "C:\OSGeo4W\apps\Python27\lib\<u></u>site-packages\shapely\wkb.py", line<br>
6, in<br>
  File "C:/OSGeo4W/apps/qgis/./<u></u>python\qgis\utils.py", line 453, in _import<br>
    mod = _builtin_import(name, globals, locals, fromlist, level)<br>
  File "C:\OSGeo4W\apps\Python27\lib\<u></u>site-packages\shapely\geos.py"<u></u>, line<br>
99, in<br>
  File "C:\OSGeo4W\apps\Python27\lib\<u></u>site-packages\shapely\geos.py"<u></u>, line<br>
97, in _geos_c_version<br>
  File "C:\OSGeo4W\apps\Python27\lib\<u></u>site-packages\shapely\geos.py"<u></u>, line<br>
97, in<br>
ValueError: invalid literal for int() with base 10: '2 r3921'<br>
<br>
Python version:<br>
2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]<br>
<br>
<br>
QGIS version:<br>
2.0.1-Dufour Dufour, ebebdf3<br>
<br>
Python path: ['C:\\Users\\Anita/.qgis2/<u></u>python/plugins\\processing',<br>
'C:/OSGeo4W/apps/qgis/./<u></u>python', 'C:\\Users\\Anita/.qgis2/<u></u>python',<br>
'C:\\Users\\Anita/.qgis2/<u></u>python/plugins', 'C:/OSGeo4W/apps/qgis/./<u></u>python/plugins',<br>
'C:\\OSGeo4W\\bin\\python27.<u></u>zip', 'C:\\OSGeo4W\\apps\\Python27\\<u></u>DLLs',<br>
'C:\\OSGeo4W\\apps\\Python27\\<u></u>lib', 'C:\\OSGeo4W\\apps\\Python27\\<u></u>lib\\plat-win',<br>
'C:\\OSGeo4W\\apps\\Python27\\<u></u>lib\\lib-tk', 'C:\\OSGeo4W\\bin',<br>
'C:\\OSGeo4W\\apps\\Python27', 'C:\\OSGeo4W\\apps\\Python27\\<u></u>lib\\site-packages',<br>
'C:\\OSGeo4W\\apps\\Python27\\<u></u>lib\\site-packages\\PIL',<br>
'C:\\OSGeo4W\\apps\\Python27\\<u></u>lib\\site-packages\\win32',<br>
'C:\\OSGeo4W\\apps\\Python27\\<u></u>lib\\site-packages\\win32\\<u></u>lib',<br>
'C:\\OSGeo4W\\apps\\Python27\\<u></u>lib\\site-packages\\Pythonwin'<u></u>,<br>
'C:\\OSGeo4W\\apps\\Python27\\<u></u>lib\\site-packages\\Shapely-1.<u></u>2.18-py2.7-win32.egg',<br>
'C:\\OSGeo4W\\apps\\Python27\\<u></u>lib\\site-packages\\wx-2.8-<u></u>msw-unicode',<br>
'.', '~/.qgis/python', '.']<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<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">
Regards,<br>
Wilhelm<br>
<br>
<br>
On Wed, Jan 15, 2014 at 2:10 PM, Josef K <<a href="mailto:groundwatergis@gmail.com" target="_blank">groundwatergis@gmail.com</a>><br>
wrote:<br>
<br>
<br>
<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">
I can confirm the same errors as reported by Anita. I have a osgeo4w<br>
64-bit install of QGIS 2.0.1 (win 7 professional).<br>
<br>
Please see screen dump here: <a href="http://goo.gl/mjfoO2" target="_blank">http://goo.gl/mjfoO2</a><br>
<br>
regards<br>
Josef<br>
<br>
<br>
<br>
 ---------- Vidarebefordrat meddelande ----------<br>
<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">
From: "Anita Graser" <<a href="mailto:anitagraser@gmx.at" target="_blank">anitagraser@gmx.at</a>><br>
To: "Wilhelm Berg" <<a href="mailto:wb@bergwerk-gis.at" target="_blank">wb@bergwerk-gis.at</a>><br>
Cc: qgis-developer <<a href="mailto:qgis-developer@lists.osgeo.org" target="_blank">qgis-developer@lists.osgeo.<u></u>org</a>><br>
Date: Tue, 14 Jan 2014 22:47:47 +0100<br>
Subject: Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4<br>
<br>
Am 14.01.2014, 21:56 Uhr, schrieb Wilhelm Berg <<a href="mailto:wb@bergwerk-gis.at" target="_blank">wb@bergwerk-gis.at</a>>:<br>
<br>
 Hi Anita,<br>
<br>
<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">
<br>
could you be a bit more specific about your setup?<br>
I tested the lasted version on Windows with 1.8 and 2.0.1 (Standalone<br>
installer) without problems.<br>
<br>
<br>
</blockquote>
Sure, Win 7 + QGIS 2.0.1 from OSGeo4W installer. It's the first time<br>
I've<br>
seen an error like this.<br>
<br>
Best wishes,<br>
Anita<br>
<br>
<br>
<br>
</blockquote>
<br>
</blockquote></blockquote>
<br>
--<br>
<a href="http://anitagraser.com" target="_blank">anitagraser.com</a><br>
<br>
</blockquote></blockquote>
<br>
<br></div></div><span class=""><font color="#888888">
-- <br>
<a href="http://anitagraser.com" target="_blank">anitagraser.com</a><br>
</font></span></blockquote></div><br></div></div></div>