Control: tags -1 moreinfo Control: severity -1 normal
On 10/22/2014 11:17 PM, thims wrote:
Package: python2.7 Version: 2.7.3-6+deb7u2
I don't know about this version. Please ask the person who provided this package.
user: pythonimport os os.read('/home/user/nonexisting_file', os.O_TRUNC)Traceback (most recent call last): File "<stdin>", line 1, in <module> OSError: [Errno 2] No such file or directory: 'home/user/nonexisting_file'
this doesn't make sense. the os.read takes a file descriptor as first argument. You should attach working code, not pseudo code like this.
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

