Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RichTraceback doesnt catch files not found #51

Closed
sqlalchemy-bot opened this issue Jul 8, 2007 · 2 comments
Closed

RichTraceback doesnt catch files not found #51

sqlalchemy-bot opened this issue Jul 8, 2007 · 2 comments
Labels
bug Something isn't working low priority runtime

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by Michael Bayer (@zzzeek)

"/usr/local/lib/python2.4/site-packages/Mako-0.1.8-py2.4.egg/mako/runtime.py",
line 337, in exec_template
callable
(context, *args, **kwargs)
File "memory:0x8594f8c", line 43, in render_body
File
"/usr/local/lib/python2.4/site-packages/Mako-0.1.8-py2.4.egg/mako/exceptions.py",
line 69, in init
(t, self.error, self.records) = self._init()
File
"/usr/local/lib/python2.4/site-packages/Mako-0.1.8-py2.4.egg/mako/exceptions.py",
line 141, in _init
self.source = file(new_trcback[-1][0]).read()
IOError: [Errno 2] No such file or directory:
'build/bdist.freebsd-5.4-RELEASE-i386/egg/DummyWiki/storage.py'

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

put an IOError catch in e77c892. i dont know how to reproduce this in order to provide a test, though, feel free to attach.

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority runtime
Projects
None yet
Development

No branches or pull requests

1 participant