Version: 3.2.2 (using KDE KDE 3.4.2) Installed from: Debian testing/unstable Packages Compiler: gcc 4.0.1 OS: Linux If you create an new Python/Qt application named "theapp" from the 'Project' -> 'New project' menu, two files should be marked as executable: - autogen.sh - theapp.py The same problem applies to the other Python examples. The original Debian bug entries: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330037 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330038 The following should fix the problem: chmod +x languages/python/app_templates/pyqt/app-autogen.sh chmod +x languages/python/app_templates/pyqt/app.py
Here is the complete list of required permission changes for the Python application templates: # fix permissions of Python/Qt examples (see Debian bugs #330037, #330038) chmod +x languages/python/app_templates/pyqt/app-autogen.sh chmod +x languages/python/app_templates/pyqt/app.py chmod +x languages/python/app_templates/pytk/app.py chmod +x languages/python/app_templates/pythonhello/app.py
SVN commit 471548 by mattr: fix #330037, #330038)" href="show_bug.cgi?id=113318">bug 113318 the next set of tarballs should have this fix Thanks for the report BUG: 113318 _M pyqt/app-autogen.sh _M pyqt/app.py _M pythonhello/app.py _M pytk/app.py ** branches/KDE/3.5/kdevelop/languages/python/app_templates/pyqt/app-autogen.sh #property svn:executable + * ** branches/KDE/3.5/kdevelop/languages/python/app_templates/pyqt/app.py #property svn:executable + * ** branches/KDE/3.5/kdevelop/languages/python/app_templates/pythonhello/app.py #property svn:executable + * ** branches/KDE/3.5/kdevelop/languages/python/app_templates/pytk/app.py #property svn:executable + *
Move bugs in preparation of closing the component