Script error running open_pdks's sky130.lydrc from klayout
It's unclear if this should work, but since it seems to work for at least one other person I'm going to assume it should.
When I try to run the sky130.lydrc script that ships with open_pdks, klayout throws up this error:

If I click 'ok' or 'ignore', I get this error:

I get the same behaviour if invoking from the menu or from the IDE (once I've fiddled with it enough that the right script runs).
@growly : How about the (installed) file $PDK_ROOT/sky130A/libs.tech/klayout/tech/sky130A.lyt? I sort of gave up on the file kept in open_pdks because nobody would claim responsibility for maintaining it. So now instead I pull https://github.com/mabrains/sky130_klayout_pdk and install that, because at least there's somebody taking responsibility for it.
$PDK_ROOT/sky130A/libs.tech/klayout/tech/sky130A.lyt works for importing the tech into klayout but doesn't include DRC, does it?
Thanks, the mabrains repo just points to the efabless mpw precheck drc script so I'll focus on that.