https://bugs.kde.org/show_bug.cgi?id=446085
--- Comment #2 from [email protected] --- (In reply to Paul Worrall from comment #1) > Created attachment 143967 [details] > Python test file > > I followed your steps, creating the attached .py (a simple "Hello World" > using PyQt5), but couldn't reproduce the error message, could you repeat the > test with the attached file? Ah, missing shebang is the problem. Without "#!/usr/bin/env python3", looks like it is trying to run it as bash file, even if the file has .py extension -- You are receiving this mail because: You are watching all bug changes.
