This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients Phillip.M.Feldman, amaury.forgeotdarc
Date 2010-12-16.09:38:28
SpamBayes Score 2.5662142e-05
Marked as misclassified No
Message-id <1292492310.02.0.333354965345.issue10715@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2010-12-16 09:38:30amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, Phillip.M.Feldman
2010-12-16 09:38:30amaury.forgeotdarcsetmessageid: <1292492310.02.0.333354965345.issue10715@psf.upfronthosting.co.za>
2010-12-16 09:38:28amaury.forgeotdarclinkissue10715 messages
2010-12-16 09:38:28amaury.forgeotdarccreate