<font size=2 face="sans-serif">Thanks for your answer Gerald and for this:
</font><tt><font size=2>conf["main"]["tmpDir"]</font></tt>
<br><font size=2 face="sans-serif">I will use it instead of the environment
variable</font>
<br><font size=2 face="sans-serif">Steve</font>
<p>
<br>
<br>
<table width=100% style="border-collapse:collapse;">
<tr valign=top height=8>
<td width=40% style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1 face="sans-serif"><b>Fenoy
Gerald <gerald.fenoy@geolabs.fr></b> </font>
<p><font size=1 face="sans-serif">2014-12-18 02:24</font>
<td width=59% style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<table width=100% style="border-collapse:collapse;">
<tr valign=top height=21>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=right><font size=1 face="sans-serif">A</font></div>
<td style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1 face="sans-serif">Steve.Toutant@inspq.qc.ca</font>
<tr valign=top height=21>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1 face="sans-serif">ZOO-discuss
<zoo-discuss@lists.osgeo.org></font>
<tr valign=top height=21>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=right><font size=1 face="sans-serif">Objet</font></div>
<td style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1 face="sans-serif">Re:
[Zoo-discuss] Python service doesn't see Environment variable</font></table>
<br>
<table width=393 style="border-collapse:collapse;">
<tr valign=top height=8>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<td width=336 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"></table>
<br></table>
<br>
<br>
<br>
<br>
<br><tt><font size=2>Dear Steve,<br>
for defining environment variables prior to run your service you should
use a specific section in your main.cfg file. This section should be named
[env] then you can define any key value pair, so for defining tmpdir as
an environment variable you simply have to add the following to your main.cfg:<br>
<br>
[env]<br>
TMPDIR=/your/tmp/dir<br>
<br>
Obviously you should replace « /your/tmp/dir » by a real path.<br>
<br>
Please also note that there is already a default tmpdir variable but it
is not defined as an environment variable but can be accessed easilly from
any service. It is located in the [main] section and is named tmpDir. So
to access it from your service code you may use something like : conf["main"]["tmpDir"]
.<br>
<br>
I hope this helps,<br>
Best regards,<br>
<br>
> Le 17 déc. 2014 à 20:21, Steve.Toutant@inspq.qc.ca a écrit :<br>
> <br>
> I want my python process to access some environment variables <br>
> in a console launching this command works <br>
> python -c 'import os; print os.environ["TMPDIR"]' <br>
> <br>
> But when zoo execute the python process it returns an error. Same
using getenv() <br>
> <br>
> To create the environment variable I created a .sh in /etc/profile.d/
<br>
> and it contains export TMPDIR="/tmp" <br>
> <br>
> How can I fix this please? <br>
> thanks<br>
> _______________________________________________<br>
> Zoo-discuss mailing list<br>
> Zoo-discuss@lists.osgeo.org<br>
> </font></tt><a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/zoo-discuss"><tt><font size=2>http://lists.osgeo.org/cgi-bin/mailman/listinfo/zoo-discuss</font></tt></a><tt><font size=2><br>
> <br>
<br>
<br>
<br>
Gérald Fenoy<br>
</font></tt><a href=http://wiki.osgeo.org/wiki/User:Djay><tt><font size=2>http://wiki.osgeo.org/wiki/User:Djay</font></tt></a><tt><font size=2><br>
<br>
</font></tt>
<br>
<br>
<br>