Lukas Chrostowski

Results 124 comments of Lukas Chrostowski

@klayoutmatthias - the path problem seems to be fixed in 0.27.1 (HW version on OSX) - the breakpoint problem seems to be fixed in 0.27.1 (HW version on OSX) but:...

@klayoutmatthias The os.path problem is back in 0.27.2 I get the issue: `/'/Users/lukasc/Documents/GitHub/SiEPIC-Tools/klayout_dot_config/tech/GSiP/pymacros `

@Kazzz-S could you please check these two issues, if they they show up on your OSX installations? thanks

Could you please try with a folder that has a space in the name? This could be causing an issue. Thank you. Lukas Chrostowski Professor, Electrical and Computer Engineering University...

Hi Thomas, Matthias, It would certainly be wonderful if KLayout used Python 3 for Mac OSX. In my field (photonics), I don't know anyone who is using a legacy Linux...

Hi Matthias, I haven't been able to test nest-asyncio. I can try this and get back to you.

Hi Matthias, Thank you for the explanation. Some of the above could be added to the documentation, particularly the part `"library_by_name" with only a library name will only find libraries...

Hi @klayoutmatthias In product_impl(), this works correctly: `self.layout.library().technology` But it does not work in __init__. Namely self.layout does not exist. The error occurs during the Library class register_pcell step, even...

Hi Matthias, Versioning is a good idea. That would speed up loading layouts where the PCell version is the same. The reader open is interesting, but doesn't address my use...