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
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
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/
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
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',
>
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
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
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
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