Grabcut icon indicating copy to clipboard operation
Grabcut copied to clipboard

python main.py in shell will raise SyntaxError

Open DIYer22 opened this issue 7 years ago • 0 comments

python main.py in shell will raise SyntaxError: Non-ASCII character

  1. add # encoding:utf-8 on the top of every .py file
  2. touch gycImgProcess/__init__.py

DIYer22 avatar Jun 07 '18 17:06 DIYer22