<div id="result_box" dir="ltr">Thanks Mathieu,  working!!<br><br>Regards,<br>Paulo<br><br></div><br><br><div class="gmail_quote">2009/7/15 Mathieu Malaterre <span dir="ltr">&lt;<a href="mailto:mathieu.malaterre@gmail.com">mathieu.malaterre@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Mon, Jul 13, 2009 at 6:27 PM, Paulo Henrique Junqueira<br>
<div class="im">Amorim&lt;<a href="mailto:paulojamorim@gmail.com">paulojamorim@gmail.com</a>&gt; wrote:<br>
</div><div><div></div><div class="h5">&gt; Hi All,<br>
&gt;<br>
&gt; My application is written in Python and uses the ITK 3.14<br>
&gt; I am creating the executable with py2exe it.<br>
&gt; The wrapper was created with the option WRAP_ITK_PYTHON<br>
&gt; When I click the executable of my application the following error occurs.<br>
&gt;<br>
&gt; Traceback (most recent call last):<br>
&gt;   File &quot;invesalius.py&quot;, line 28, in &lt;module&gt;<br>
&gt;   File &quot;control.pyc&quot;, line 10, in &lt;module&gt;<br>
&gt;   File &quot;reader\analyze_reader.pyc&quot;, line 3, in &lt;module&gt;<br>
&gt;   File &quot;itk.pyc&quot;, line 2, in &lt;module&gt;<br>
&gt;   File &quot;itkBase.pyc&quot;, line 228, in &lt;module&gt;<br>
&gt; WindowsError: [Error 3] O sistema não pode encontrar o caminho especificado:<br>
&gt; &#39;E:\\_\\files\\dist\\app.exe\\Configuration/*.*&#39;<br>
&gt;<br>
&gt; How can I fix this?<br>
<br>
</div></div>You need to read the py2exe documentation esp. the &#39;frozen&#39; part. See<br>
gdcm for example, it uses a variable to detect &#39;frozen&#39; configuration:<br>
<br>
<a href="http://gdcm.svn.sf.net/viewvc/gdcm/trunk/Wrapping/Python/gdcm.py?view=markup" target="_blank">http://gdcm.svn.sf.net/viewvc/gdcm/trunk/Wrapping/Python/gdcm.py?view=markup</a><br>
<br>
...<br>
def main_is_frozen():<br>
  return hasattr(sys, &quot;frozen&quot;)<br>
...<br>
<br>
2cts<br>
--<br>
<font color="#888888">Mathieu<br>
</font></blockquote></div><br>