Ticket #2470 (closed defect: wontfix)
SQLAlchemy is still required in 2.1
| Reported by: | jorge.vargas | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1rc1 |
| Component: | TurboGears | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
WebError? still requires sqlalchemy, this is set way down in pylons. At ErrorHandler? in middleware.py
This is causing a 500 error for EvalException? when sqlalchemy is not installed.
The way to fix this is to set a proper value to report_libs
Change History
Note: See
TracTickets for help on using
tickets.
sqlalchemy requirement is not a blocker