[Zope3-Users] Zopeproject-generated app - problem with temporary
paths to egg packages
Alek
thealx at poczta.onet.pl
Thu Jun 19 07:29:58 EDT 2008
Hello,
For some mysterious reason my app (generated by zopeproject) uses eggs from
some temporary path, even when the original egg is not zipped.
This makes impossible to set breakpoint somewhere in egg code, or to quickly
navigate to exception point in eclipse pydev.
Is there a simple way to get rid of this? In grokproject app I haven't
observed such an effect - eggs were used just where they exist.
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:
Traceback (most recent call last):
File "c:\documents and
settings\aleksk\buildout-eggs\tmpzotmjy\zope.publisher-3.5.2-py2.5.egg\zope\publisher\publish.py",
line 130, in publish
File "c:\documents and
settings\aleksk\buildout-eggs\tmpzotmjy\zope.publisher-3.5.2-py2.5.egg\zope\publisher\http.py",
line 456, in traverse
File "c:\documents and
settings\aleksk\buildout-eggs\tmpzotmjy\zope.publisher-3.5.2-py2.5.egg\zope\publisher\base.py",
line 263, in traverse
File "c:\documents and
settings\aleksk\buildout-eggs\tmpbu3h57\zope.app.publication-3.4.3-py2.5.egg\zope\app\publication\publicationtraverse.py",
line 61, in traverseName
File "c:\documents and
settings\aleksk\buildout-eggs\tmpbu3h57\zope.app.publication-3.4.3-py2.5.egg\zope\app\publication\traversers.py",
line 44, in publishTraverse
Warm regards,
Alek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20080619/a67d701f/attachment.html
More information about the Zope3-users
mailing list