First time here? Check out the FAQ!

Revision history  [back]

Looking at your file, you created them as root  (or you are running wing as root)

You will need to sudo and change ownership back to yourself.

If you chmod +x on the files they should stay that way, but you really don't want that, most python files are imported, not executed by the shell.

Running as root is a pretty wrong thing to do, you should be able to find some info about this online.

Looking at your file, you created them as root  (or you are running wing as root)

You root)You will need to sudo and change ownership back to yourself.

If yourself.If you chmod +x on the files they should stay that way, but you really don't want that, most python files are imported, not executed by the shell.

shell. Running as root is a pretty wrong thing to do, you should be able to find some info about this online.