id summary reporter owner description type status priority milestone component version resolution keywords cc 446 How to fix: email2trac test: ImportError: cannot import name TicketNotifyEmail slevin@… bas "Hello Bas! Several years ago we're talking via email about email2trac plugin. I hope you're continue developing and supporting email2trac plugin. As you already uderstanding - I have some a little (?) problem again, but now with email2trac version 2.12.2 (src from git repository) and trac version 1.4 (stable). Our company ask me upgrade as old trac v.0.12.3 to latest stable... I was done moved all as trac to 1.4 and enabled mostly popular plugins for 1.4. Adding email2trac should be a last step, but... but... but... The message from email2trac in log like: {{{ 2020-02-19 19:51:32,322 email2trac test: Found trac version: 1.4 2020-02-19 19:51:32,322 email2trac test: TRAC version 1.4 is not supported }}} that was not a problem - I finded ticket in yours trac about it and maked changes - add ,'1.4' into code ""if version in .... But after that I geted more seriosly problem for me: {{{ 2020-02-19 20:14:16,010 email2trac test: File ""/usr/bin/email2trac"", line 2913, in from trac.ticket.notification import TicketNotifyEmail 2020-02-19 20:14:16,010 email2trac test: ImportError: cannot import name TicketNotifyEmail }}} As you remember - I not a profi in python code , can read code and apply the fixes. As I guess the problem near module names in 1.4 trac. Can you help me with that? I hope you're not a strong busy atm. I'm ready to testing any idea fro solution problem. PS: o'course I can made the ticket in yours trac if it need - required? " enhancement assigned major email2trac trunk trac1.4 TicketNotifyEmail slevin@…