Hi Matthias
Follow your suggestion,
I modified my .spec file (use for Pyinstaller) with binaries file link.
binaries=[('C:\\Python36\\Lib\\site-packages\\klayout\\db_plugins\\_gds2_dbpi.cp36-win_amd64.dll', 'db_plugins')]
And then it worked!!
…
Hi Matthias
I just use " layout.write('test.gds') "
It works perfectly directly using the script inside KLayout or in standalone python module.
It just failed when I compiled my standalone script using Pyinstaller...
And shows " Run…
Hi Matthias ,
I got a similar problem with mikhails when packing my python file using Pyinstaller.
It shows:
" RuntimeError: Cannot determine format from filename in Layout.write"
Is there any suggestion?
I am using Python 3.6.8 on Wind…