Skip to content

Anyone able to help with this error? #143

@PigeonFX

Description

@PigeonFX

Trying to set this up on a new laptop (works on the old one if I use inkscape 1.2.2)

Any one know why I may be getting this:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\User\\Desktop\\svg test\\.svg2shenzhen-cache\\viruspcb.pretty\\F.Cu_g8165.kicad_mod'

Assume the extension is trying to open a .kicad_mod file, but it cannot find the file at the given location on my system/ is not being created?

inkscape -C -d 1200 -o "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\images\F.Cu_g8165.png" "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\kk19xsej.svg"
inkscape -C -d 1200 -o "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\images\F.Mask_g8167.png" "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\4ipxdvjp.svg"
inkscape -C -d 1200 -o "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\images\F.Silk_g8169.png" "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\32abi64p.svg"
"C:\Users\User\AppData\Roaming\inkscape\extensions\svg2shenzhen\bitmap2component.exe" "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\images\F.Cu_g8165.png" "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\viruspcb.pretty\F.Cu_g8165.kicad_mod" F.Cu true 1200 5
"C:\Users\User\AppData\Roaming\inkscape\extensions\svg2shenzhen\bitmap2component.exe" "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\images\F.Mask_g8167.png" "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\viruspcb.pretty\F.Mask_g8167.kicad_mod" F.Mask true 1200 5
"C:\Users\User\AppData\Roaming\inkscape\extensions\svg2shenzhen\bitmap2component.exe" "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\images\F.Silk_g8169.png" "C:\Users\User\Desktop\svg test\.svg2shenzhen-cache\viruspcb.pretty\F.Silk_g8169.kicad_mod" F.SilkS true 1200 5
C:\Users\User\AppData\Roaming\inkscape\extensions\svg2shenzhen\export.py:652: DeprecationWarning: inkex.deprecated.main.transform_mul -> Use @ operator instead
  trans = (Transform(layer_m)*Transform(t)).matrix
Traceback (most recent call last):
  File "C:\Users\User\AppData\Roaming\inkscape\extensions\svg2shenzhen\export.py", line 750, in <module>
    _main()
  File "C:\Users\User\AppData\Roaming\inkscape\extensions\svg2shenzhen\export.py", line 746, in _main
    e.run()
  File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 231, in run
    self.save_raw(self.effect())
  File "C:\Users\User\AppData\Roaming\inkscape\extensions\svg2shenzhen\export.py", line 323, in effect
    self.processExportLayer()
  File "C:\Users\User\AppData\Roaming\inkscape\extensions\svg2shenzhen\export.py", line 497, in processExportLayer
    with open(kicad_file, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\User\\Desktop\\svg test\\.svg2shenzhen-cache\\viruspcb.pretty\\F.Cu_g8165.kicad_mod'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions