FeResPost Web Site                     FeResPost Online User Manual

VI.0.1.2 Accessing the COM component in python

The access to the FeResPost COM component from python is similar to the access from ruby. A win32con extension must first be imported, then the component can be accessed:

import win32con  
 
from win32com.client import Dispatch, constants  
 
   ...  
 
   frpApp = Dispatch("FeResPost_3_4_4.Application")