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

Trouble exporting to KiCad #115

Open
kelvinox opened this issue Dec 1, 2020 · 8 comments
Open

Trouble exporting to KiCad #115

kelvinox opened this issue Dec 1, 2020 · 8 comments

Comments

@kelvinox
Copy link

kelvinox commented Dec 1, 2020

I'm encountering the following error using windows, inkscape v1.0.1, svg2shenzhen 0.2.18.7

Traceback (most recent call last):
File "export.py", line 750, in
_main()
File "export.py", line 746, in _main
e.run()
File "C:\Program Files\Inkscape\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: 'C:\Users\David\AppData\Local\Temp\ink_ext_XXXXXX.pretty\F.Cu_g840.kicad_mod'

@jorticus
Copy link

jorticus commented Dec 8, 2020

I also encountered this, resolved it by upgrading from Inkscape 0.91 to 1.01

@insomniacslk
Copy link

insomniacslk commented Dec 18, 2020

I am encountering this issue too, and already using inkscape 1.0.1. Using the latest checkout of svg2shenzen (commit hash 42378e5 )

@insomniacslk
Copy link

Well... that was easy. I am using the source distribution, so bitmap2component is not built for my platform. Build it with src/build.sh and copy the relevant file to the inkscape plugin location (e.g. cp src/bitmap2component inkscape/svg2shenzen/bitmap2component_linux64, see .travis.yml for other platforms). This requires installing the dependencies (e.g. potrace).

Or, easier, download the binary distribution as specified in the README

@nikhilrami
Copy link

I did all the process of copying and pasting three files on Inkscape. After restarting Inkscape, under Extensions drop down menu, I am getting svg2shenzen 0.2.18.7 option. But under this option 1.Prepare document 2.Export to kicad remains disabled. Only About option is active and on clicking on it, an About window opens up. I am using Inkscape verion 1.0.1(1.0.1+r74). Please help me out.

@HackModBrew
Copy link

I am having an issue with exporting to kicad as well. I am using 2.18.7 and inkscape 1.0.2. When I hit Apply, nothing happens. No Kicad project or module is made.

@iharshadec
Copy link
Contributor

I am having an issue with exporting to kicad as well. I am using 2.18.7 and inkscape 1.0.2. When I hit Apply, nothing happens. No Kicad project or module is made.

Can you share your file?

@HackModBrew
Copy link

HackModBrew commented Jan 26, 2021 via email

@hobipivo
Copy link

Export to KiCad does not work. There is no file in the registered folder D:\KiCad. I'm using Windows, inkscape v1.0.2 and svg2shenzhen 0.2.18.7. I have activated "Debug", but cannot find a debug report file.

Christian

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

7 participants