dwcoates / pygn-mode

An Emacs major-mode for chess PGN files, powered by Python
BSD 2-Clause "Simplified" License
10 stars 3 forks source link

PyGN Board not working #203

Open Dedsd opened 2 years ago

Dedsd commented 2 years ago

Output: pygn-mode--python-chess-guard: The Python interpreter at ‘pygn-mode-python-path’ must have the Python chess library available

rolandwalker commented 2 years ago

Hi! Interesting.

I know we broke a few things with the transition to tree-sittter but this shouldn't have been touched.

Dedsd commented 2 years ago

Hi! I found this strange too, since nobody has created a similar issue...

dwcoates commented 2 years ago

Have you tried doing

>>> import chess

after running the python executable pointed to by pygn-mode-python-path? Sometimes python paths are annoying

Dedsd commented 2 years ago

It's importing normal. The lib is installed.