Thanks Jan Holst Jensen and JP for your valuable suggestions.

Now its working by setting environment variables as SYSTEM variables.

Thank you once again.

On Thu, Mar 5, 2015 at 6:27 PM, Jan Holst Jensen <[email protected]>
wrote:

>  > I dont have python and RDkit path in my XAMPP environment variable
> path.
> > but python and RDkit path is set on my system (windows server 2003)
>  > coluld you please suggest how to add python and RDkit path in XAMPP
> environment variable .
>
> Hi Sujit,
>
> An issue that could cause this behavior, is that services (and I assume
> that XAMPP is running as a service on your Windows system) do not inherit
> the environment of the process that starts the service. The only way to get
> services to see the new environment on a Windows 2003 server is to reboot
> the server.
>
> Unless you can find a way to set the environment for the XAMMP service via
> a file as JP can on Linux, then you need to reboot the server. And... I
> guess you have done this, but don't forget to set the environment variables
> as SYSTEM variables so the service can see them.
>
> Cheers
> -- Jan Holst Jensen
>
> On 2015-03-05 11:13, JP wrote:
>
> I don't have access to a Windows OS to play with this.  Sorry I cannot be
> of more help.
>
>  On my system (Apache2 and Ubuntu) - you hardcore the env variables in a
> file called envvars in /etc/apache2.
>
>  You should be able to use the SetEnv directive in the the apache conf
> file or in the sites conf files.
> This is explained here:
> http://httpd.apache.org/docs/current/mod/mod_env.html
>
>  A really terrible way to do this would be directly in PHP before your
> shell_exec call (http://php.net/manual/en/function.putenv.php).  This is
> bound to bite you later.
>
>
>
>  -
> Jean-Paul Ebejer
> Early Stage Researcher
>
> On 5 March 2015 at 10:25, Sujit Tangadpalliwar <
> [email protected]> wrote:
>
>>    Dear Ebejer,
>>
>>  Thanks for your reply.
>>  I dont have python and RDkit path in my XAMPP environment variable path.
>>  but python and RDkit path is set on my system (windows server 2003)
>>  coluld you please suggest how to add python and RDkit path in XAMPP
>> environment variable .
>>
>>  Thanks in advance
>>
>>  Regards
>>  Sujit
>>
>
>


-- 
Warm regards
Sujit R. Tangadpalliwar
PhD Research Scholar,
NIPER, Mohali.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to