You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Others have pointed out an error when trying to export. I am experiencing similar issues. Here you can see it even applies to the example file provided in the readme. As much information as I could think to include also provided below. I would guess that this isn't a permissions problem as the script is already creating plenty of other files just fine (see screenshot).
Traceback (most recent call last):
File "export.py", line 750, in <module>
_main()
File "export.py", line 746, in _main
e.run()
File "/snap/inkscape/8746/share/inkscape/extensions/inkex/base.py", line 140, in run
self.save_raw(self.effect())
File "export.py", line 323, in effect
self.processExportLayer()
File "export.py", line 497, in processExportLayer
with open(kicad_file, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/wray/Downloads/export-example/.svg2shenzhen-cache/viruspcb.pretty/F.Cu_g8165.kicad_mod'
The text was updated successfully, but these errors were encountered:
Others have pointed out an error when trying to export. I am experiencing similar issues. Here you can see it even applies to the example file provided in the readme. As much information as I could think to include also provided below. I would guess that this isn't a permissions problem as the script is already creating plenty of other files just fine (see screenshot).
svg2shenzhen: 0.2.18.7
OS: Linux, Ubuntu 20.04.2, Budgie
Inkscape: 1.0.2 (installed via snap)
python --version: Python 2.7.18
python3 --version: Python 3.8.5
File used: Example PCB
Error:
The text was updated successfully, but these errors were encountered: