Warning
Unable to process data:
multipart/mixed;boundary="=_NextPart_000_00A1_68D08B3E.D6701A47"
Nevermind. Somehow, one of the files was pointing to a no longer existing
directory.
Ian
At 12:51 PM 5/29/2002 -0700, you wrote:
>This was working...and then suddenly stopped. I dont know why or what
>might have been changed. When i start AppServer, i get this error:
>
>Traceback (most recent
Hi,
Haven't really tracked down where and why this occurs, just want to check if anyone
got some ideas what this could be.
I'm using rewrites in apache to run my webware servlets directly under the root. Have
different scripts that handles some http posts.
So, if I make a post to a py servlet
This was working...and then suddenly stopped. I dont know why or what might
have been changed. When i start AppServer, i get this error:
Traceback (most recent call last):
File "./WebKit/ThreadedAppServer.py", line 586, in run
File "./WebKit/ThreadedAppServer.py", line 66, in __init__
F
This was a good one.
No space left on device (/usr) webware is under
/usr/local/lib ...
that was a problem ...
/s
--- Aleksandar Kacanski <[EMAIL PROTECTED]> wrote:
> Date: Wed, 29 May 2002 11:17:50 -0700 (PDT)
> From: Aleksandar Kacanski <[EMAIL PROTECTED]>
> Subject: address.text
> To: [EMAIL PR
Puzzled,
in ThreadedAppServer.py
open(self.serverSidePath('address.text'),
'w').write('%s:%d' % (addr[0], addr[1]))
why is aDdress.text empty after startup of the server.
shouldn't it be line there as:
127.0.0.1:8086
i am using 0.7 final and Python 2.1.1
thanks
/s
=
--
* "Last n
On Tue, May 28, 2002 at 04:36:48PM -0600, Jeffrey P Shell wrote:
> FWIW, There is a new date/time module being worked on for Python [1],
> hopefully for 2.3. For better or worse, there's no corresponding PEP, but
> it is mentioned in the 2.3 release schedule/laundry list PEP (283) [2], and
> ther