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

Error with comand line sintax #7

Open
rica-carv opened this issue Nov 30, 2016 · 2 comments
Open

Error with comand line sintax #7

rica-carv opened this issue Nov 30, 2016 · 2 comments

Comments

@rica-carv
Copy link

rica-carv commented Nov 30, 2016

I'm trying to run the windows version, with this command line:
color_trace_multi -i png\*.png -o svg\* -c 0
But al i got is this error:
[Errno 2] No such file or directory: 'svg\\accept~tmp_scaled.png'
The path svg is created and accessible, so i can't figure out the error...

Can anybody help on this one?
Thanks

@Wesalius
Copy link
Contributor

tried on my linux machine and all I needed to fix your syntax is that I used regular backslashes as in
py color_trace_multi.py -i png/*.png -d svg/*.svg -c 0

@arshad111
Copy link

arshad111 commented Jul 27, 2020

in my ubuntu os, i tried with
python3 /var/www/html/apps/color_trace/color_trace_multi.py -i /var/www/html/apps/color_trace/test.png -o /var/www/html/apps/color_trace/after.svg -c 8
but its gives error
color_trace_multi.py: error: argument -i/--input: expected at least one argument

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

3 participants