Amaury Forgeot d'Arc <[email protected]> added the comment:
Normally the filename is part of the error message, as you can see below.
It's possible that some operations omit it, though. Which function were you
calling?
>>> open('foo')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
IOError: [Errno 2] No such file or directory: 'foo'
----------
nosy: +amaury.forgeotdarc
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue10715>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com