Bug#330038: kdevelop3: Permission error does not allow to run mainfile.py in a PyQT application example

2005-09-26 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Rober, I took a closer look at the Python examples and it looks like the Simple Python script and Simple Python/Tkinter script application templates also have the problem you mentioned of the program not being executable. Here is what I will be

Bug#330038: kdevelop3: Permission error does not allow to run mainfile.py in a PyQT application example

2005-09-26 Thread Rober Morales
Jeremy Lainé escribió: (...) Here is what I will be doing in the KDevelop3 source directory to fix the problem: 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 Cheers, Jeremy

Bug#330038: kdevelop3: Permission error does not allow to run mainfile.py in a PyQT application example

2005-09-26 Thread Jeremy Laine
Thanks! No problem! The fixed version of KDevelop3 should be going into unstable today, feel free to reopen the bug / file new bugs (as appropriate) if you still encounter errors. Cheers, Jeremy -- http://www.jerryweb.org/ : JerryWeb.org http://sailcut.sourceforge.net/ :

Bug#330038: kdevelop3: Permission error does not allow to run mainfile.py in a PyQT application example

2005-09-25 Thread Rober Morales
Package: kdevelop3 Version: 4:3.2.2-0.1 Severity: grave Justification: renders package unusable When a new project of Python/QT is created, a file with project name as its name and .py as extension is created in the project directory. This file should be execution permission to be able to run

Bug#330038: kdevelop3: Permission error does not allow to run mainfile.py in a PyQT application example

2005-09-25 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justification: renders package unusable This bug does not render the package unusable, the grave severity is excessive! Please refer to the following page if in doubt as to what severity to assign to a bug report:

Bug#330038: kdevelop3: Permission error does not allow to run mainfile.py in a PyQT application example

2005-09-25 Thread Rober Morales
Jeremy Lainé escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justification: renders package unusable This bug does not render the package unusable, if user does not execute chmod +x by hand, the example program does not compile. however, next time i will try to assign