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

FileNotFoundError on Windows #2

Open
mattnovelli opened this issue Feb 3, 2020 · 1 comment
Open

FileNotFoundError on Windows #2

mattnovelli opened this issue Feb 3, 2020 · 1 comment

Comments

@mattnovelli
Copy link

mattnovelli commented Feb 3, 2020

Getting a strange error when running
python AutoKey.py --bumpkey --profile profiles/AB-AB95.svg --definition definitions/AB-E20.scad
I am on windows, all project dependencies installed, python 3.8.0, and have tried running with admin and Inkscape. Is this some goofy error I'm making or something else? Maybe something with Inkscape?

Traceback (most recent call last):
  File "AutoKey.py", line 465, in <module>
    sys.exit(main())
  File "AutoKey.py", line 396, in main
    subprocess.check_call(["inkscape", "-E", os.path.join(BRAND_DIR, "branding.eps"), os.path.join(BRAND_DIR, "branding.svg"),])
  File "C:\Users\Matthew\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 359, in check_call
    retcode = call(*popenargs, **kwargs)
  File "C:\Users\Matthew\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 340, in call
    with Popen(*popenargs, **kwargs) as p:
  File "C:\Users\Matthew\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Users\Matthew\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 1307, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
@Chron-O-John
Copy link
Contributor

Should be fixed with PR #6

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

2 participants