klayout icon indicating copy to clipboard operation
klayout copied to clipboard

import klayout met ModuleNotFoundError: No module named 'klayout.tlcore'

Open Alexjiangxiaohui opened this issue 2 years ago • 3 comments

import klayout

ModuleNotFoundError Traceback (most recent call last) in ----> 1 import klayout

/nfs/PEG/ITE/xiajiang/SMO_tool/klayout/init.py in 1 ----> 2 from .tl import version 3

/nfs/PEG/ITE/xiajiang/SMO_tool/klayout/tl/init.py in ----> 1 import klayout.tlcore 2 from klayout.tlcore import * 3 4 all = klayout.tlcore.all

ModuleNotFoundError: No module named 'klayout.tlcore'

Alexjiangxiaohui avatar Jul 31 '23 07:07 Alexjiangxiaohui

I'm sorry - I don't know what this relates to. Is that the klayout module on PyPI? If so, there is no trouble with importing klayout.

Matthias

klayoutmatthias avatar Jul 31 '23 18:07 klayoutmatthias