Debian Automated Code Analysis

pyflakes analysis of python-avc_0.8.3-1_all.deb

./usr/share/pyshared/avc/avcwx.py:253: local variable 'index' is assigned to but never used
./usr/share/pyshared/avc/avcgtk.py:96: undefined name 'error'
./usr/share/pyshared/avc/avcqt4.py:225: local variable 'last_item' is assigned to but never used
./usr/share/pyshared/avc/avccore.py:753: undefined name 'body'
./usr/share/pyshared/avc/avcswing.py:35: 'sys' imported but unused
./usr/share/doc/python-avc/examples/qt3_spinbox.py:32: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_spinbox.py:33: 'from qtui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_spinbox.py:36: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/gtk_spinbutton.py:35: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_spinbox.py:32: 'from PyQt4.QtCore import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_spinbox.py:33: 'from PyQt4.QtGui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_spinbox.py:34: 'from PyQt4.uic import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_spinbox.py:37: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_countdown.py:32: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_countdown.py:33: 'from qtui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_countdown.py:36: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_countdown.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_countdown.py:35: 'randint' imported but unused
./usr/share/doc/python-avc/examples/wx_showcase.py:35: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_showcase.py:32: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_showcase.py:33: 'from qtui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_showcase.py:36: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_combobox.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/wx_counter_progui.py:34: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/wx_spinctrl.py:35: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_counter.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/wx_counter.py:35: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_button.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/gtk_countdown.py:36: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_counter.py:32: 'from PyQt4.QtCore import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_counter.py:33: 'from PyQt4.QtGui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_counter.py:34: 'from PyQt4.uic import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_counter.py:37: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/wx_countdown.py:35: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_slider.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_spinbox_progui.py:32: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_spinbox_progui.py:35: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_progressbar.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_showcase.py:32: 'from Tkinter import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_showcase.py:34: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_showcase.py:32: 'from PyQt4.QtCore import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_showcase.py:33: 'from PyQt4.QtGui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_showcase.py:34: 'from PyQt4.uic import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_showcase.py:37: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/wx_listtreectrl.py:35: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_textarea.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_listtreeview.py:32: 'from PyQt4.QtCore import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_listtreeview.py:33: 'from PyQt4.QtGui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_listtreeview.py:34: 'from PyQt4.uic import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_listtreeview.py:39: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_label.py:32: 'from PyQt4.QtCore import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_label.py:33: 'from PyQt4.QtGui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_label.py:34: 'from PyQt4.uic import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_label.py:37: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/wx_spinctrl_progui.py:34: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_countdown.py:32: 'from PyQt4.QtCore import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_countdown.py:33: 'from PyQt4.QtGui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_countdown.py:34: 'from PyQt4.uic import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_countdown.py:37: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_spinner.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_showcase_progui.py:32: 'from Tkinter import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_showcase_progui.py:34: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/gtk_showcase.py:36: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_checkbox.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_togglebutton.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_label.py:32: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_label.py:33: 'from qtui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_label.py:36: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_textfield.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/gtk_listtreeview.py:36: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_table.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_label.py:32: 'from Tkinter import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_label.py:34: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_listtreeview.py:32: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_listtreeview.py:33: 'from qtui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_listtreeview.py:38: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_spinbox_progui.py:32: 'from PyQt4.QtCore import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_spinbox_progui.py:33: 'from PyQt4.QtGui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt4_spinbox_progui.py:36: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_counter.py:32: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_counter.py:33: 'from qtui import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/qt3_counter.py:36: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_spinbox_progui.py:32: 'from Tkinter import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_spinbox_progui.py:34: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_countdown_progui.py:32: 'from Tkinter import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_countdown_progui.py:34: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/wx_label.py:35: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/gtk_counter.py:36: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_counter.py:32: 'from Tkinter import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_counter.py:34: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/gtk_label.py:35: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_radiobutton.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_tree.py:33: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/swing_tree.py:35: 'copy' imported but unused
./usr/share/doc/python-avc/examples/gtk_spinbutton_progui.py:34: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_counter_progui.py:32: 'from Tkinter import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_counter_progui.py:34: 'from avc import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_spinbox.py:32: 'from Tkinter import *' used; unable to detect undefined names
./usr/share/doc/python-avc/examples/tk_spinbox.py:34: 'from avc import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/avc/avcwx.py:253: local variable 'index' is assigned to but never used
./usr/lib/python2.6/dist-packages/avc/avcgtk.py:96: undefined name 'error'
./usr/lib/python2.6/dist-packages/avc/avcqt4.py:225: local variable 'last_item' is assigned to but never used
./usr/lib/python2.6/dist-packages/avc/avccore.py:753: undefined name 'body'
./usr/lib/python2.6/dist-packages/avc/avcswing.py:35: 'sys' imported but unused
./usr/lib/python2.7/dist-packages/avc/avcwx.py:253: local variable 'index' is assigned to but never used
./usr/lib/python2.7/dist-packages/avc/avcgtk.py:96: undefined name 'error'
./usr/lib/python2.7/dist-packages/avc/avcqt4.py:225: local variable 'last_item' is assigned to but never used
./usr/lib/python2.7/dist-packages/avc/avccore.py:753: undefined name 'body'
./usr/lib/python2.7/dist-packages/avc/avcswing.py:35: 'sys' imported but unused

This report was generated on Fri, 22 Apr 2011 06:29:29 +0000, based on results by pyflakes 0.4.0-1