try it where? code or terminal?

Please try these in the terminal -- the permission denied error may be due to your shell not being able to execute the Python script, instead of your Python script not being able to open the data file.

On Fri, 04 Sep 2009 13:37:10 -0700, Maggie <la.f...@gmail.com> wrote:

On Sep 4, 4:37 pm, Tobiah <t...@tobiah.org> wrote:
> in the terminal i get a very strange "permission denied" error that might > not have anything to do with the code. I checked permissions for the file > and they are set to "read and write" so, again, I am really not sure what
> going wrong.

Try:

        python myfile

Or

        chmod +x myfile
        ./myfile

try it where? code or terminal?

thanks so much?



--
Rami Chowdhury
"Never attribute to malice that which can be attributed to stupidity" -- Hanlon's Razor
408-597-7068 (US) / 07875-841-046 (UK) / 0189-245544 (BD)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to