Modify ↓
Opened 7 years ago
Closed 6 years ago
#3117 closed defect (fixed)
trac-post-commit-hook: ImportError: No module named Notify
| Reported by: | Markus Tacker <m@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Calling trac-post-commit-hook from r3265 gives
Traceback (most recent call last):
File "/opt/trac/contrib/trac-post-commit-hook", line 77, in ?
from trac.Notify import TicketNotifyEmail
ImportError: No module named Notify
Attachments (0)
Change History (4)
comment:1 Changed 7 years ago by athomas
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by anonymous
Yeah. It works. Thanks a lot.
comment:3 Changed 6 years ago by jeremy@…
- Resolution fixed deleted
- Status changed from closed to reopened
Traceback (most recent call last):
File "/usr/local/bin/email2trac", line 832, in ?
from trac.Notify import TicketNotifyEmail?
ImportError?: No module named Notify
Seems similar?
comment:4 Changed 6 years ago by sid
- Resolution set to fixed
- Status changed from reopened to closed
Yep, similar problem, but you'll have to ask the maintainer of that module to fix it. He is quite responsive to fixes and bugs. See http://trac-hacks.org/wiki/EmailtoTracScript
Note: See
TracTickets for help on using
tickets.



Hopefully fixed in r3272, please test.