Hello,<br>For some mysterious reason my app (generated by zopeproject) uses eggs from some temporary path, even when the original egg is not zipped.<br>This makes impossible to set breakpoint somewhere in egg code, or to quickly navigate to exception point in eclipse pydev. <br>
<br>Is there a simple way to get rid of this? In grokproject app I haven&#39;t observed such an effect - eggs were used just where they exist.<br><br> Example below. Both eggs are not zipped and exist in c:\documents and settings\aleksk\buildout-eggs\, while when the app is run - they seem to be copied to temporary path:<br>
<br>Traceback (most recent call last):<br>&nbsp; File &quot;c:\documents and settings\aleksk\buildout-eggs\tmpzotmjy\zope.publisher-3.5.2-py2.5.egg\zope\publisher\publish.py&quot;, line 130, in publish<br>&nbsp; File &quot;c:\documents and settings\aleksk\buildout-eggs\tmpzotmjy\zope.publisher-3.5.2-py2.5.egg\zope\publisher\http.py&quot;, line 456, in traverse<br>
&nbsp; File &quot;c:\documents and settings\aleksk\buildout-eggs\tmpzotmjy\zope.publisher-3.5.2-py2.5.egg\zope\publisher\base.py&quot;, line 263, in traverse<br>&nbsp; File &quot;c:\documents and settings\aleksk\buildout-eggs\tmpbu3h57\zope.app.publication-3.4.3-py2.5.egg\zope\app\publication\publicationtraverse.py&quot;, line 61, in traverseName<br>
&nbsp; File &quot;c:\documents and settings\aleksk\buildout-eggs\tmpbu3h57\zope.app.publication-3.4.3-py2.5.egg\zope\app\publication\traversers.py&quot;, line 44, in publishTraverse<br><br>Warm regards,<br>Alek<br>