<html><body><div>Hi,</div><blockquote><br>yes, you can just run your command
giving the right environment variables...<br></blockquote><p><br></p><p>I have
just one more question.</p><p><span style="line-height:
1.3;"><br></span></p><p><span style="line-height: 1.3;">Will it work properly
when I will call some function from C libraries:</span><br></p><p>Im my case
it is something like this:</p><p> int I_ComputeScatts(struct Cell_head
*region, struct scCats * scatt_conds, const char ** bands, </p><p>
int n_bands, struct scCats *
scatt_plts, const char ** cats_rasts) </p><p><br></p><p> <span
style="line-height: 1.3;">scatt_conds are selected areas in open scatter
plots</span><span style="line-height: 1.3;"> </span><span
style="line-height: 1.3;"> and </span><span style="line-height:
1.3;">scatt_plts there are returned computed scatter plots.</span><span
style="line-height: 1.3;"> Let say that this function will be called in
separate process form </span><span style="line-height:
1.3;">wxGUI</span><span style="line-height: 1.3;"> created by
multiprocessing module. And in this function there is used raster
library.</span></p><p>Is it (or can be) this raster library independent form
raster library loaded to wxGUI and from the other processes created from
wxGUI?</p><p><span style="line-height: 1.3;">Let say that this function will
call Rast_set_window function. Will be raster region set only in scope of
the </span>separate<span style="line-height: 1.3;"> process or also
out of it? </span></p><p><span style="line-height:
1.3;"><br></span></p><p>If the libraries are independent it solves the
issue.</p><p><br></p><p>Best</p><p>Stepan</p></body></html>