ModuleNotFoundError

Eryk Sun eryksun at gmail.com
Fri Jun 17 07:35:34 EDT 2022


On 6/17/22, Zoltan Szenderak <z.szenderak at hotmail.com> wrote:
>
> print(sys.version_info) and executable:
> Unable to initialize device PRN

That's the command-line "print" program. You need to first start the
Python shell via python.exe. The prompt should change to ">>> ". Then
run print(sys.version) and print(sys.executable).


More information about the Python-list mailing list