Hi,
I have a problem when exporting gds files.
nazca_imos.export_gds(filename=__file__+'.1.gds')
wb.replace_bbs_gds( finname=__file__+'.1.gds', foutname=__file__+'.2.gds' )
wb.compile_gds( finname=__file__+'.2.gds', foutname=__file__+'.3.gds' )
1.gds and 2.gds can be exported, while 3. gds cannot.
Here’s the terminal messages:
Starting layout export...
...gds generation
...Wrote file 'C:\T.py.1.gds'
<IPython.core.display.HTML object>
Starting layout export...
...gds generation
...Wrote file 'C:\T.py.1_white_lib_2021-05-12.gds'
<IPython.core.display.HTML object>
Wrote white gds file 'C:\T.py.2.gds'
...[IMOS] Performing boolean operations
Traceback (most recent call last):
File "C:\IMOS\T.py", line 512, in <module>
wb.compile_gds( finname=__file__+'.2.gds', foutname=__file__+'.2.gds' )
File "C:\\Anaconda3\lib\site-packages\nazca_imos\wb.py", line 194, in compile_gds
nazca_imos.util.klayout_interp( args )
File "C:\Anaconda3\lib\site-packages\nazca_imos\util.py", line 141, in klayout_interp
subprocess.run( args )
File "C:\Users\20184266\Anaconda3\lib\subprocess.py", line 489, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 105, in __init__super(SubprocessPopen, self).__init__(*args, **kwargs)
File "C:\Anaconda3\lib\subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Anaconda3\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified