klayout icon indicating copy to clipboard operation
klayout copied to clipboard

pya.Application().version()

Open lukasc-ubc opened this issue 2 years ago • 0 comments

This command, in both headless, as well as GUI mode:

pya.Application().version()

returns the following error:

Object cannot be created here in Application.version
  (eval):1

The instructions could be improved by mentioning that it should be called with "instance" https://www.klayout.de/0.24/doc/code/class_Application.html#method25, as in

> pya.Application().instance().version()

thank you

lukasc-ubc avatar Jun 06 '22 06:06 lukasc-ubc