cosme12 / cheatsheet-maker

Cheetsheet (cheat sheet or quick reference) generator. Use it for guides, instructions or study. Made in Python 3
MIT License
117 stars 27 forks source link

Fails on a mac machine #22

Open rgksugan opened 6 years ago

rgksugan commented 6 years ago
Traceback (most recent call last):
  File "sheetmaker/sheetmaker.py", line 14, in <module>
    import sheet_wizard
  File "/Users/gsuga/Play/cheatsheet-maker/sheetmaker/sheet_wizard.py", line 68
SyntaxError: Non-ASCII character '\xc3' in file /Users/gsuga/Play/cheatsheet-maker/sheetmaker/sheet_wizard.py on line 68, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

This happens in MAC machine.

cosme12 commented 6 years ago

Hey, that error is due to the "Ñ" character used in spanish. To fix it:

Try those and see if any of them work.

rgksugan commented 6 years ago

Hi @cosme12,

It fixed it. Thanks for responding.

Facing a different issue now. On selecting an option from the menu it still keep on going in a loop.

Choose your language:
1. English
2. Español
1
Choose your language:
1. English
2. Español
1
Choose your language:
1. English
2. Español
2
Choose your language:
1. English
2. Español
1