Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyone able to help with this error? #143

Open
PigeonFX opened this issue Feb 19, 2024 · 0 comments
Open

Anyone able to help with this error? #143

PigeonFX opened this issue Feb 19, 2024 · 0 comments

Comments

@PigeonFX
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant