[Python-Dev] file open in python interpreter

"Martin v. Löwis" martin at v.loewis.de
Tue Nov 4 20:59:52 CET 2008


> any clues? how can i go around this?

What Nick said. Run it in a debugger, set a breakpoint on the failing
system call, and triple check that the arguments you are passing are
really the ones that you want to pass. Are you sure the current
directory is what you think it is? Are you sure that the relative path
doesn't, by accident, refer to the root directory?

Regards,
Martin


More information about the Python-Dev mailing list