Hello,
I just installed the new openSuse10.3 (great modifications compared to the 10.2, which was really slow).
I still have a problem using the new version with my scripts (python, shell etc...). Using a
Code:
chmod +x myscript.py
In the first line of my script I fix the python path :
When I try to execute the script using
I get the following error message :
Code:
bash: ./myscript.py: /usr/bin/python: bad interpreter: Permission denied
I googled a lot around this stuff and I also tried executing the script like that being root, but it returns the same error. I turned of AppArmor (but nothing changed). I added an explicite exec option to my / partition in /etc/fstab...but nothing changed. Do I have to set Trusted Paths or what's the point?
Thanks in advance for your help.
Peter