Readme Ceramic.py

1) Download IronPython.msi from the web site http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=12481

2) Run IronPython.msi. It will automatically install IronPython 2.0.1 on your computer

3) Open the script file Ceramic.py in a text editor

4) Modify the path called AdcisDirectory and specify the name of the directory containing the Adcis.dll library of the Apelion SDK

Note: If your are using a PC running in the 32-bit environment, use the win32 libraries, else if you are using a PC running in the 64-bit environment, use the x64 libraries. 
The default path for 32-bit environment is:
C:\Program Files\ADCIS-AAI\Aphelion 4.0.1\SDK\Lib\Win32\Release
The default path for 64-bit environment is:
C:/Program Files (x86)/Adcis-AAI/Aphelion4.0.1/SDK/Lib/x64/Release

5) Open a command prompt

6) Connect to the directory that contains the Aphelion SDK components 

Note: by default, C:\Program Files\ADCIS-AAI\Aphelion 4.0.1\SDK\Lib\Win32\Release for a 32-bit Windows environment or C:\Program Files\ADCIS-AAI\Aphelion 4.0.1\SDK\Lib\x64\Release for a 64-bit Windows environment.

7) Run Ipy.exe (the file ipy.exe is located in the IronPython2.0.1 directory created during the installation of IronPython). 
By default, type "c:\Program Files (x86)\IronPython 2.0.1\ipy.exe" for a 64-bit Windows environment or "c:\Program Files\IronPython 2.0.1\ipy.exe" for a 32-bit Windows environment.

8) Launch the Ceramic application with the following command: execfile("Path\Ceramic.py") with Path is the path of the folder including Ceramic.py. 
