Re: [Webware-discuss] EmailKit problem - solved

2002-04-17 Thread Bill Eldridge
Ian Bicking wrote: > The problem isn't specific to EmailForward, I don't think -- it's only > that EmailForward imports from a location you haven't tried before. > > I'd try moving EmailForward.py to another context that is working, and > see what happens then. Okay, issues: 1) The innocuous op

Re: [Webware-discuss] EmailKit problem

2002-04-15 Thread Ian Bicking
On Mon, 2002-04-15 at 17:39, Bill Eldridge wrote: > 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

Re: [Webware-discuss] EmailKit problem

2002-04-15 Thread Mike Orr
On Tue, Apr 16, 2002 at 01:39:30AM +0300, Bill Eldridge wrote: > 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/

Re: [Webware-discuss] EmailKit problem

2002-04-15 Thread Bill Eldridge
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/Webwa

Re: [Webware-discuss] EmailKit problem

2002-04-15 Thread Ian Bicking
On Mon, 2002-04-15 at 06:29, Bill Eldridge wrote: > [root@gorgon Examples]# ./EmailForward.py > ['.', '/usr/local/src/Webware/WebKit', '/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', >

Re: [Webware-discuss] EmailKit problem

2002-04-15 Thread Bill Eldridge
Ian Bicking wrote: On Sat, 2002-04-13 at 05:51, Bill Eldridge wrote: If anyone's using EmailKit, I'm setting it up to work with Apache 1.3 & Webware. I have the /etc/aliases and /etc/smrsh stuff working, and mail gets passed off to EmailAdapter, but it seems like the EmailForward servlet bails o

Re: [Webware-discuss] EmailKit problem

2002-04-15 Thread Bill Eldridge
Ian Bicking wrote: > On Sat, 2002-04-13 at 05:51, Bill Eldridge wrote: > >>If anyone's using EmailKit, I'm setting it up to >>work with Apache 1.3 & Webware. I have the >>/etc/aliases and /etc/smrsh stuff working, and >>mail gets passed off to EmailAdapter, but it seems like >>the EmailForward se

Re: [Webware-discuss] EmailKit problem

2002-04-13 Thread Ian Bicking
On Sat, 2002-04-13 at 05:51, Bill Eldridge wrote: > > If anyone's using EmailKit, I'm setting it up to > work with Apache 1.3 & Webware. I have the > /etc/aliases and /etc/smrsh stuff working, and > mail gets passed off to EmailAdapter, but it seems like > the EmailForward servlet bails on seeing

[Webware-discuss] EmailKit problem

2002-04-13 Thread Bill Eldridge
If anyone's using EmailKit, I'm setting it up to work with Apache 1.3 & Webware. I have the /etc/aliases and /etc/smrsh stuff working, and mail gets passed off to EmailAdapter, but it seems like the EmailForward servlet bails on seeing if it's a subclass of Servlet, even though it's derived from