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

silently fails for windows file paths #5

Open
jonoconway opened this issue Aug 29, 2021 · 1 comment
Open

silently fails for windows file paths #5

jonoconway opened this issue Aug 29, 2021 · 1 comment

Comments

@jonoconway
Copy link

great package. I encountered a problem where it silently failed when I used windows style file paths instead of linux. I was running from Pycharm terminal on windows machine.

The first time I ran it appeared to work but did not produce any images.

(Simulate-Correct-ColorBlindness) C:\Users\conwayjp\Documents\code\Simulate-Correct-ColorBlindness>python recolor.py -input "C:\Users\conwayjp\test.png" -output "C:\Users\conwayjp" -run_all
ReColorLib completed running! Check output images in C:\Users\conwayjp

When it was run with linux style path names it worked just fine.

(Simulate-Correct-ColorBlindness) C:\Users\conwayjp\Documents\code\Simulate-Correct-ColorBlindness>python recolor.py -input "C:/Users/conwayjp/test.png" -output "C:/Users/conwayjp" -run_all
ReColorLib completed running! Check output images in C:/Users/conwayjp

also, might be worth noting the name of the opencv package on conda is py-opencv, for newbies.

@tsarjak
Copy link
Owner

tsarjak commented Dec 11, 2022

Hi! Thank you! Unfortunately I did not have a windows machine back then to test on it. I do have it now so will try to get a fix in. Thanks for pointing it out!

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