RE: [Webware-devel] __init__ context requirment

2003-06-30 Thread jose
Sure, I've never submitted a patch before, how do I do that? Jose Original Message Subject: RE: [Webware-devel] __init__ context requirmentFrom: "Geoffrey Talvola" <[EMAIL PROTECTED]>Date: Mon, June 30, 2003 7:55 amTo: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, "webware-devel"<[EMA

RE: [Webware-devel] __init__ context requirment

2003-06-30 Thread Geoffrey Talvola
Could you submit this as a patch to Sourceforge?   Note that there is already similar code in ServletFactory that will add the __init__.py if necessary when importing a servlet.  That apparently doesn't help you if you forgot to put the __init__.py into the main context directory because it

[Webware-devel] __init__ context requirment

2003-06-29 Thread jose
Dear webware community   a recent email by Lothar Scholz, points out an interesting question/problem which has bitten me at least a few times.  when you make a new context, if you fortet to add the required __init__.py file to it the context will fail to load correctly.  This can cause problems es