klayout
klayout copied to clipboard
pya.Application().version()
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