On Apr 8, 2008, at 4:36 PM, Greg Ewing wrote: > > I discovered another annoyance with eggs the other day -- it > seems that tracebacks referring to egg-resident files contain the > pathname of some temporary directory that existed when the egg > was being packaged, rather than the one it actually exists in > at run time. Brian Warner and I discovered that issue yesterday, too. We determined that if you install the egg (with easy_install or with a setuptools-powered ./setup.py install) in unzipped form then the source file names get rewritten so that your stack traces come with source lines. If you have a package which requires stack traces to come with source lines, then you could pass "zip_safe=False" to the call to setup(). I would prefer that zip_safe=False were the default and that either the producer or the consumer of a package had to specifically choose zip_safe=True in order to install eggs in zipped form. I've opened a ticket on my setuptools trac: http://allmydata.org/trac/setuptools/ticket/4 Regards, Zooko
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4