Hi all, <br>today it happens on my Ubuntu too!<br><br>Here the fix:<br>1. move the resources.qrc into the main plugin dir (cadtools/)<br>2. edit  paths to the icons in resources.qrc fitting them to the new position<br>3. generate the resources.py: <span style="font-family: courier new,monospace;">pyrcc4 -o resources.py resources.qrc</span><br>

4. change all the instances of &quot;<span style="font-family: courier new,monospace;">import resources</span>&quot; to &quot;<span style="font-family: courier new,monospace;">from cadtools import resources</span>&quot;<br>

<br>And to avoid unnecessary path on the enviroment path variable:<br>1. open  cadtools.py in editing<br><br>2. remove the following line:<br><span style="font-family: courier new,monospace;">sys.path.append( os.path.abspath( os.path.dirname( __file__) + &#39;/tools&#39; ) )</span><br>

<br>3. change all the tool import from (e.g lineintersectiontool):<br><span style="font-family: courier new,monospace;">from lineintersectiontool import LineIntersectionTool</span><br>to<br><span style="font-family: courier new,monospace;">from tools.lineintersectiontool import LineIntersectionTool</span><br>

except &quot;from cadtoolsaboutgui import CadToolsAboutGui&quot;<br><br>4. create an empty tools/__init__.py file<br><br>And if you have time, <br>remove the unused cadsettings.ui and ui_cadsettings.py from the main plugin dir<br>

<br>Now all should work ok!<br>Cheers.<br><div class="gmail_quote"><br>On Sat, Dec 25, 2010 at 10:35 AM, aperi2007 <span dir="ltr">&lt;<a href="mailto:aperi2007@gmail.com">aperi2007@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Il 25/12/2010 10:31, Paolo Cavallini ha scritto:<div class="im"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Il giorno sab, 25/12/2010 alle 10.14 +0100, aperi2007 ha scritto:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Can anybody see the icons in other 64bit installations?<br>
All the best.<br>
</blockquote>
In Win7 - 64bit installation from os4geo (qgis-dev)<br>
I see them.<br>
</blockquote>
Thanks - is this a real 64bit?<br>
All the best.<br>
</blockquote>
<br></div>
The win7 I&#39;m using is the 64bit version . Is a really 64bit version.<br>
But qgis-dev is the 32 bit version (from osgeo4 installer)<br>
<br>
Andrea.<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Giuseppe Sucameli<br><br>