On 07.10.2013 06:01, Roberto Colistete Jr. wrote:
As python3 is included in the 1st line of "pyqmldemo.py", it is not needed if "pyqmldemo.py" has +x permissions.
Yes it is. You can't execute files that don't have +x. If you would use /usr/bin/python3 /path/to/the/file - then python3 has +x - your file isn't executed, but read, so +x doesn't matter then.
-- Michał (Saviq) Sawicz <[email protected]> Canonical Services Ltd. -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

