Ian Bicking wrote: > > For BillAdaptor.py (my > > sys.path: ['.', '/usr/local/src/Webware', '/usr/lib/python2.2', > > '/usr/lib/python2.2/plat-linux2', '/usr/lib/python2.2/lib-tk', > > '/usr/lib/python2.2/lib-dynload', '/usr/lib/python2.2/site-packages', > > '/usr/lib/python2.2/site-packages/Webware'] > > That looks to be the problem -- you have /usr/local/src/Webware and > /usr/lib/python2.2/site-packages/Webware in your path.
Cheetah threw that in, but it wasn't working even before I threw in Cheetah. And modifying the path to have /usr/local/src/Webware always be first doesnt' seem to help. There's something I seem to be missing about the layout of this package - all I'm trying to do is unpack it in the Webware top directory and run the example EmailForward.py and EmailAdapter.py scripts, but I'm ending up hacking a lot more on scripts than I think I should. The /etc/aliases thinkg points: "|/usr/local/src/Webware/EmailKit/EmailAdapter.py /WK/EmailKitExamples/EmailForward" The /WK is set in /etc/httpd/conf/httpd.conf. The server seems to be running all the other apps. I moved EmailKit down into WebKit to see if hacking the paths there would be easier, but nope. Is there something more basic I'm missing with regard to a simple setup? I hack everything until I get no error messages, but mail still doesn't arrive to the EmailForward servlet. -- Bill Eldridge Radio Free Asia [EMAIL PROTECTED] _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
