Embedding python in ANSYS: Anyone tried it?

anand k Rayudu ashiyana at lycos.com
Thu Apr 8 09:54:52 EDT 2004


Hi Berthold,

   You can embed python into any application very easily.
   Also you have to extend python to understand your applications APIs and objects.
   There are so many tools [Eg: SWIG, Boost ]  to do this.
 
   Also python allows you to have 2 way communication between c/c++ & python,
   using that you can have   call back mechanism,
   By embedding  your application will have rich set of utilities. [ Remember python has very big list of modules ]
   To deploy your application you need not have to have python as pre installed at your customer location.
   You may supply python with your application. [ Some thing similar to JRE for JAVA]
  
   I hope this information  helps you.
   Recently I embedded python into one  FE application,
   if you want to know some specific details I can try to help you out.
   Please let me know.

Best Wishes,

Anand




____________________________________________________________
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10




More information about the Python-list mailing list