View Single Post
Old 01-07-2021, 11:58 AM   #28
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by KevinH View Post
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:
  1. Locate the Sigl program folder (usually C:\Program Files\Sigil).
  2. Press WIN+R, enter cmd and hit Enter to open a Command Prompt window.
    (Alternatively, seach for cmd in the Start menu.)
  3. In the Command Prompt window, enter cd followed by the Sigil folder path. For example:
    cd C:\Program Files\Sigil
  4. Paste python3 and hit Enter.
  5. Paste import unicodedata and hit Enter
(It the Python3 interpreter works, you shouldn't get any error messages.)
Doitsu is offline   Reply With Quote