id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 220,ImportError: No module named Notify,Markus Tacker,Bas van der Vlies,"{{{ echo test | /usr/bin/email2trac Traceback (most recent call last): File ""/usr/bin/email2trac"", line 632, in ? from trac.Notify import TicketNotifyEmail ImportError: No module named Notify }}} {{{ # ./configure --with-mta_user=nobody --with-trac_user=apache --prefix=/usr ----sysconfdir=/etc configure: error: unrecognized option: ----sysconfdir=/etc Try `./configure --help' for more information. nuphp5 trunk # ./configure --with-mta_user=nobody --with-trac_user=apache --prefix=/usr --sysconfdir=/etc checking for python... /usr/bin/python checking for python version... 2.4 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.4/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking whether gcc needs -traditional... no configure: creating ./config.status config.status: creating Makefile config.status: creating email2trac.py config.status: creating delete_spam.py # make gcc -DMTA_USER=\""nobody\"" -DTRAC_USER=\""apache\"" -DTRAC_SCRIPT_NAME=\""email2trac\"" -DTRAC_SCRIPT_PATH=\""/usr/bin\"" -DDEBUG=0 -o run_email2trac run_email2trac.c # make install install -d /usr/bin install --mode=4111 --owner=root run_email2trac /usr/bin for script in delete_spam.py email2trac.py ; \ do \ name=`basename $script '.py'` ;\ install --mode=755 --owner=root $script /usr/bin/$name ;\ done }}}",defect,closed,normal,EmailtoTracScript,normal,fixed,,Jason Hardin,0.10