Search found 2 matches

by aundersh
December 19th, 2019, 2:16 pm
Forum: General Help
Topic: Python not found but it's there
Replies: 7
Views: 2756

Re: Python not found but it's there

Open the Python Shell. You see the Python Shell window appear.
Type import sys and press Enter.
Type for p in sys.path: and press Enter. Python automatically indents the next line for you. ...
Type print(p) and press Enter twice.
by aundersh
December 12th, 2019, 6:27 am
Forum: Bug Reports
Topic: Decoder failure: Out of memory
Replies: 52
Views: 23580

Re: Decoder failure: Out of memory

Just like me, there was a problem with the decoder!