Message76826
Traceback (most recent call last):
File "a.py", line 4, in <module>
zipfile.PyZipFile("foobar")
File "e:\python-dev\py3k\lib\zipfile.py", line 683, in __init__
self.fp = io.open(file, modeDict[mode])
File "e:\python-dev\py3k\lib\io.py", line 222, in open
closefd)
File "e:\python-dev\py3k\lib\io.py", line 615, in __init__
_fileio._FileIO.__init__(self, name, mode, closefd)
IOError: [Errno 2] No such file or directory: 'foobar'
[33393 refs]
For example, some delay after
File "e:\python-dev\py3k\lib\zipfile.py", line 683, in __init__
this line. I don't know why, but maybe because current io module is not
written in C. |
|
Date |
User |
Action |
Args |
2008-12-03 12:48:44 | ocean-city | set | recipients:
+ ocean-city, pitrou |
2008-12-03 12:48:44 | ocean-city | set | messageid: <1228308524.46.0.713639203427.issue4503@psf.upfronthosting.co.za> |
2008-12-03 12:48:43 | ocean-city | link | issue4503 messages |
2008-12-03 12:48:42 | ocean-city | create | |
|