[Python-Dev] file open in python interpreter (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Tue Nov 4 20:59:52 CET 2008
- Previous message: [Python-Dev] file open in python interpreter
- Next message: [Python-Dev] Packaging the PyPI version of the SSL module for Debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] file open in python interpreter
- Next message: [Python-Dev] Packaging the PyPI version of the SSL module for Debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]