From: John H. <jdh...@ac...> - 2004-11-19 16:34:07
|
>>>>> "Jochen" == Jochen Voss <vo...@se...> writes: Jochen> Slight problem: it might now be a little bit more Jochen> difficult to include the name of the file which could not Jochen> be opened in the error message. The IOError exception Jochen> will probably only have "permission denied" associated Jochen> with it. Looks OK, at least on linux >>> file('/sbin/ldconfig', 'w') Traceback (most recent call last): File "<stdin>", line 1, in ? IOError: [Errno 13] Permission denied: '/sbin/ldconfig' |