Debian Automated Code Analysis

pyflakes analysis of python-visual_5.12-1.2_i386.deb

./usr/share/pyshared/visual/site_settings.py:5: 'from visual import *' used; unable to detect undefined names
./usr/share/pyshared/visual/text.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/pyshared/visual/filedialog.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/pyshared/visual/filedialog.py:391: undefined name 'menus'
./usr/share/pyshared/visual/controls.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/pyshared/visual/controls.py:163: local variable 'edge' is assigned to but never used
./usr/share/pyshared/visual/controls.py:175: local variable 'bcolor' is assigned to but never used
./usr/share/pyshared/visual/ui.py:2: 'local_light' imported but unused
./usr/share/pyshared/visual/materials.py:63: 'ndarray' imported but unused
./usr/share/pyshared/visual/materials.py:143: undefined name 'filename'
./usr/share/pyshared/visual/primitives.py:12: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/visual/__init__.py:35: 'from math import *' used; unable to detect undefined names
./usr/share/pyshared/visual/__init__.py:36: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/visual/__init__.py:50: redefinition of function '_uf' from line 41
./usr/share/pyshared/visual/__init__.py:61: 'mag2' imported but unused
./usr/share/pyshared/visual/__init__.py:61: 'rate' imported but unused
./usr/share/pyshared/visual/__init__.py:61: 'cross' imported but unused
./usr/share/pyshared/visual/__init__.py:61: 'proj' imported but unused
./usr/share/pyshared/visual/__init__.py:61: 'norm' imported but unused
./usr/share/pyshared/visual/__init__.py:61: 'comp' imported but unused
./usr/share/pyshared/visual/__init__.py:61: 'diff_angle' imported but unused
./usr/share/pyshared/visual/__init__.py:61: 'mag' imported but unused
./usr/share/pyshared/visual/__init__.py:61: 'rotate' imported but unused
./usr/share/pyshared/visual/__init__.py:61: 'vector' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'cylinder' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'pyramid' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'frame' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'distant_light' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'sphere' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'cone' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'convex' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'ring' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'local_light' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'points' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'ellipsoid' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'label' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'helix' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'box' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'curve' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'arrow' imported but unused
./usr/share/pyshared/visual/__init__.py:63: 'faces' imported but unused
./usr/share/pyshared/visual/__init__.py:67: 'materials' imported but unused
./usr/share/pyshared/visual/__init__.py:70: undefined name 'ui'
./usr/share/pyshared/visual/__init__.py:70: undefined name 'crayola'
./usr/share/pyshared/visual/__init__.py:70: undefined name 'primitives'
./usr/share/pyshared/visual/__init__.py:74: 'time' imported but unused
./usr/share/pyshared/visual/__init__.py:74: 'sys' imported but unused
./usr/share/pyshared/visual/__init__.py:78: 'scalar_array' imported but unused
./usr/share/pyshared/visual/__init__.py:78: 'vector_array' imported but unused
./usr/share/pyshared/visual/__init__.py:91: 'site_settings' imported but unused
./usr/share/pyshared/visual/graph.py:2: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/toroid.py:4: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/orbit.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/tictac.py:3: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/tictac.py:4: 'from tictacdat import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/doublependulum.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/lathe.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/toroid_drag.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/lorenz.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/glinfo.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/texttest.py:1: 'from visual.text import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/bounce.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/hanoi.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/graphtest.py:1: 'from visual.graph import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/dipole.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/controlstest.py:1: 'from visual.controls import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/bounce2.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/wave.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/colorsliders.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/gyro2.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/texturetest.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/texture_and_lighting.py:2: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/randombox.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/gyro.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/gyro.py:2: 'from visual.text import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/mandelbrot.py:2: 'from visual.graph import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/gas.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/gas.py:2: 'from visual.graph import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/labels.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/faces_heightfield.py:6: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/tictacdat.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/crystal.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/crystal.py:49: local variable 'c' is assigned to but never used
./usr/share/doc/python-visual/examples/convex.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/crossproduct.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/boxlighttest.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/faces_cone.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/material_test.py:2: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/drape.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/planar.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/stars.py:1: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/stonehenge.py:2: 'from visual import *' used; unable to detect undefined names
./usr/share/doc/python-visual/examples/stonehenge.py:3: 'from visual.text import *' used; unable to detect undefined names

This report was generated on Fri, 10 Jun 2011 06:45:47 +0000, based on results by pyflakes 0.4.0-1