Linux problem with klayout python

edited August 2020 in KLayout Support

Hello, I am sorry to ask the similar question again but still couldn't solve.

When I run this in windows it works but it gives the following error in linux:
No overload with matching arguments in CellInstArray.new

scaling=1
rotation=0

trans = pya.ICplxTrans(float(scaling),float(rotation), False,
                                          0,0)
Instance_cell_index = 0

 subInst = pya.CellInstArray(Instance_cell_index, trans)  # first arg is the cell index of child
 parent_cell.insert(subInst)

Comments

  • Okey! So far I figured out that it is a Klayout version problem. It works on version 0.26.7
    The one I was trying was version 0.24

Sign In or Register to comment.