https://bugs.kde.org/show_bug.cgi?id=444187
Nagy Tibor <xnagyti...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xnagyti...@gmail.com --- Comment #2 from Nagy Tibor <xnagyti...@gmail.com> --- Do you have the correct shebang at the beginning of your Python source file? This line without any preceding newlines or whitespace: #!/usr/bin/env python3 Also make sure if you're using UTF-8, save your file without byte-order marks (BOM). -- You are receiving this mail because: You are watching all bug changes.