Quote:
Originally Posted by KevinH
Is there a way to on Windows to test Sigil's embedded python interpreter directly from the command line?
|
It works fine on my machine.
Here are the instructions for the OP:
- Locate the Sigl program folder (usually C:\Program Files\Sigil).
- Press WIN+R, enter cmd and hit Enter to open a Command Prompt window.
(Alternatively, seach for cmd in the Start menu.)
- In the Command Prompt window, enter cd followed by the Sigil folder path. For example:
cd C:\Program Files\Sigil
- Paste python3 and hit Enter.
- Paste import unicodedata and hit Enter
(It the Python3 interpreter works, you shouldn't get any error messages.)