Automated Code Analysis
Traceback (most recent call last):
File "/home/geissert/bin/pyflakes", line 5, in <module>
sys.exit(main(sys.argv[1:]))
File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 101, in main
warnings += checkPath(arg)
File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 83, in checkPath
return check(fd.read(), filename)
File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 29, in check
compile(codeString, filename, "exec")
TypeError: compile() expected string without null bytes
Traceback (most recent call last):
File "/home/geissert/bin/pyflakes", line 5, in <module>
sys.exit(main(sys.argv[1:]))
File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 101, in main
warnings += checkPath(arg)
File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 83, in checkPath
return check(fd.read(), filename)
File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 29, in check
compile(codeString, filename, "exec")
TypeError: compile() expected string without null bytes
Traceback (most recent call last):
File "/home/geissert/bin/pyflakes", line 5, in <module>
sys.exit(main(sys.argv[1:]))
File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 101, in main
warnings += checkPath(arg)
File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 83, in checkPath
return check(fd.read(), filename)
File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 29, in check
compile(codeString, filename, "exec")
TypeError: compile() expected string without null bytes
This report was generated on Sun, 02 Jan 2011 05:33:36 +0000, based on results by pyflakes 0.4.0-1