Fw: [script-fu] getenv
"Kevin Myers" <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <064801c27814$da4aa800$66c8a8c0@gusher> |
Forwarding this because I thought that someone here might know the answer
better than script-fu users.
----- Original Message -----
From: Kevin Myers
To: script-fu users
Sent: Sunday, October 20, 2002 2:48 AM
Subject: Re: [script-fu] getenv
Also fail:
*args*, *env*, (chdir), (mkdir), (putenv), (sleep), (system),...
Looks like most of the OS specific stuff isn't implemented. Is this because
I'm running under Windows???
----- Original Message -----
From: Kevin Myers
To: script-fu users
Sent: Sunday, October 20, 2002 2:32 AM
Subject: Re: [script-fu] getenv
(getcwd) also fails, among other things...
----- Original Message -----
From: Kevin Myers
To: script-fu users
Sent: Sunday, October 20, 2002 2:25 AM
Subject: [script-fu] getenv
Hello,
I would like to use the scheme (getenv ...) function, which is
documented as being a part of SIOD. Has this been omitted from the SIOD
version that is included for executing gimp scripts? If I execute (getenv
"userScript") in the gimp 1.2.4 script-fu console window, I receive the
following error message:
ERROR: unbound variable (errobj getenv)
Thanks,
s/KAM