[dolphin] [Bug 446085] Error after double clicking on .py file when is_executable is checked

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Fri Nov 26 15:14:35 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=446085

--- Comment #2 from catcool419 at gmail.com ---
(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 on the CC list for the bug.


More information about the kfm-devel mailing list