Re: [users] Run Python application with OpenSAF

2014-02-14 Thread Hans Feldt
read IMM with very little code. /Hans > -Original Message- > From: Guilherme Moro [mailto:[email protected]] > Sent: den 14 februari 2014 11:20 > To: Rabih El-Zahr > Cc: [email protected] > Subject: Re: [users] Run Python application with OpenSAF

Re: [users] Run Python application with OpenSAF

2014-02-14 Thread Guilherme Moro
Hi, You can run any kind of application using a non pre-instantiable, non sa-aware component, if you need a sa-aware component you have the possibility of writing a wrapper in C as well, just to deal with the OpenSAF API. The python bindings are just for when you want to use OpenSAF API from a pyt

Re: [users] Run Python application with OpenSAF

2014-02-13 Thread praveen malviya
There is a README in the directory python/samples which describes about how to use python amf_demo (present in the same directory). Readme in samples/amf/sa_aware describes about the amf_demo in detail. Thanks Praveen On 14-Feb-14 4:58 AM, Rabih El-Zahr wrote: > Hello, > I'm planning to run an a

[users] Run Python application with OpenSAF

2014-02-13 Thread Rabih El-Zahr
Hello, I'm planning to run an application written in python with OpenSAF. But I can't seem to find any online guideline to help me get started. I've noticed that during the installation of OpenSAF, I have the option to enable Python Bindings but i'm not sure if this is enough to make my applica