On Sat, 2002-12-07 at 00:01, Jay Love wrote:
> Actually, I think the file is supposed to disappear when the process
> ends. That's why its a temp file. Check the docs, but if that's your
> main problem, I don't think changing the directory will help.
I don't believe that's the case, I think it's
On Friday 06 December 2002 10:01 pm, Jay Love wrote:
[snip]
> Actually, I think the file is supposed to disappear when the process
> ends. That's why its a temp file. Check the docs, but if that's
> your main problem, I don't think changing the directory will help.
I never knew that. The Python
On Fri, 2002-12-06 at 23:51, Chuck Esterbrook wrote:
> The "tempdir" variable of the Python standard module "tempfile" gets set
> by PSP:
>
> PSP/ServletWriter.py:43:
> tempfile.tempdir=os.path.dirname(self._pyfilename)
>
> Consequently, when I use mktemp() in my own code, my temporary files
>
Well, I can't reproduce this.
M.
Make sure that the Makefile has all the right paths.
Apache2 is still pretty quirky.
Jay
On Fri, 2002-12-06 at 09:05, Love, Jay wrote:
> I'll have to look at this later today.
>
> Jay
>
> -Original Message-
> From: Chuck Esterbrook [mailto:[EMAIL
Someone added that change to PSP to fix something specific. I think
they needed to be able to do something like run Webware on an NFS share,
and mktemp needed to be setup a certain way. If that person's still
around, maybe they'll speak up.
I dunno, either way.
On Fri, 2002-12-06 at 23:51, Chuc
The "tempdir" variable of the Python standard module "tempfile" gets set
by PSP:
PSP/ServletWriter.py:43:
tempfile.tempdir=os.path.dirname(self._pyfilename)
Consequently, when I use mktemp() in my own code, my temporary files
land in .../Cache/PSP/ rather than something like ~/tmp or /tmp like
Patches item #649891, was opened at 2002-12-06 21:18
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=649891&group_id=4866
Category: MiddleKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kevin Dahlhausen (kpd)
Assigned to: Geoff Tal
I'll have to look at this later today.
Jay
-Original Message-
From: Chuck Esterbrook [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 05, 2002 9:41 PM
To: [EMAIL PROTECTED]
Subject: [Webware-devel] mod_webkit2 problems
I run make and then as root "make install". Those steps look fine