This is a weird error, feels familiar somehow...<br><br>Traceback (most recent call last):<br>  File &quot;bdlite.py&quot;, line 3, in &lt;module&gt;<br>  File &quot;zipextimporter.pyo&quot;, line 82, in load_module<br>
  File &quot;panels\__init__.pyo&quot;, line 1, in &lt;module&gt;<br>  File &quot;zipextimporter.pyo&quot;, line 82, in load_module<br>  File &quot;panels\background.pyo&quot;, line 3, in &lt;module&gt;<br>  File &quot;zipextimporter.pyo&quot;, line 82, in load_module<br>

  File &quot;peak\events\trellis.pyo&quot;, line 332, in &lt;module&gt;<br>  File &quot;peak\events\trellis.pyo&quot;, line 365, in SensorBase<br>  File &quot;peak\events\trellis.pyo&quot;, line 365, in SensorBase<br>  File &quot;peak\util\decorators.pyo&quot;, line 576, in tracer<br>

  File &quot;peak\util\decorators.pyo&quot;, line 32, in callback<br>  File &quot;peak\events\trellis.pyo&quot;, line 309, in modifier<br>  File &quot;peak\util\decorators.pyo&quot;, line 59, in apply_template<br>AttributeError: &#39;NoneType&#39; object has no attribute &#39;replace&#39;<br>

<br>line 3 in &#39;panels\background.py&#39; is:<br>from peak.events import trellis<br><br>The error appears when I try to run the exe packaged with py2exe.<br>The weird thing is that it does not appear when I run bdlite.py<br>
<br>The weirder thing is that I think I&#39;ve asked about this problem some time ago but I can&#39;t seam to find the answer in the archives.<br><br>Another weird thing is that bdlite is part of a larger application (it is inside one of its packages) and the full application is running just fine after I pack it with py2exe.<br>
<br>what am I doing wrong? what could I try?<br><br>Thank you in advance.<br>Peter. <br><br>-- <br>There is NO FATE, we are the creators.<br>blog: <a href="http://damoc.ro/" target="_blank">http://damoc.ro/</a><br>