I attempt to run a python program and the following pops up in command prompt:
\"Unable to initialize device PRN\"
I should also mention that the program runs fi
I am using VS code and I just noticed this issue today. Google a little and I comment out all the print function still not working. I exit the vs code and launch it again and it works just perfectly.
I had the same problem by accidentally sending the word "print" to the command line from my programming which DOS interprets as the DOS command to print to the printer.