Modify ↓
Opened 22 years ago
Closed 22 years ago
#260 closed defect (fixed)
TicketNotifyEmail can not be imported
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | devel |
| Severity: | critical | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When attempting to create a new ticket using 0.7-pre I am given the following backtrace.
Traceback (most recent call last):
File "/usr/lib/python2.1/site-packages/trac/core.py", line 424, in cgi_start
real_cgi_start()
File "/usr/lib/python2.1/site-packages/trac/core.py", line 412, in real_cgi_start
module = module_factory(args, env, database, req, href)
File "/usr/lib/python2.1/site-packages/trac/core.py", line 148, in module_factory
globals(), locals())
File "/usr/lib/python2.1/site-packages/trac/Ticket.py", line 30, in ?
from Notify import TicketNotifyEmail
ImportError: cannot import name TicketNotifyEmail
Attachments (0)
Change History (3)
comment:1 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 22 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:3 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.



Should be fixed now, please reopen if that's not the case.