![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveProblem with sha.new
From: Florian Lindner <Florian.Lindner@xgm.de>
Date: Sat Jul 09 2005 - 13:49:12 CEST
Hello,
for root, dirs, files in os.walk(sys.argv[1]):
this generates a traceback when sha.new() is called for the second time:
/home/florian/testdir/testfile
What is wrong there?
Thanks,
Florian
|