Debian Automated Code Analysis

pyflakes analysis of python-pyglet_1.1.2.dfsg-2_all.deb

./usr/share/python-support/python-pyglet/pyglet/sprite.py:99: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/clock.py:146: 'operator' imported but unused
./usr/share/python-support/python-pyglet/pyglet/event.py:432: redefinition of function 'decorator' from line 420
./usr/share/python-support/python-pyglet/pyglet/__init__.py:181: local variable 'env' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/__init__.py:216: redefinition of unused 'lib' from line 354
./usr/share/python-support/python-pyglet/pyglet/__init__.py:346: 'app' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:347: 'clock' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:348: 'com' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:349: 'event' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:350: 'font' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:351: 'gl' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:352: 'graphics' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:353: 'image' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:354: 'lib' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:355: 'media' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:356: 'resource' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:357: 'sprite' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:358: 'text' imported but unused
./usr/share/python-support/python-pyglet/pyglet/__init__.py:363: redefinition of unused 'window' from line 359
./usr/share/python-support/python-pyglet/pyglet/__init__.py:363: 'window' imported but unused
./usr/share/python-support/python-pyglet/pyglet/resource.py:88: 'operator' imported but unused
./usr/share/python-support/python-pyglet/pyglet/font/carbon.py:44: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/font/carbon.py:45: 'string' imported but unused
./usr/share/python-support/python-pyglet/pyglet/font/carbon.py:52: '_create_cfstring' imported but unused
./usr/share/python-support/python-pyglet/pyglet/font/carbon.py:53: 'from pyglet.window.carbon.types import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/font/__init__.py:74: 'os' imported but unused
./usr/share/python-support/python-pyglet/pyglet/font/__init__.py:75: 'math' imported but unused
./usr/share/python-support/python-pyglet/pyglet/font/__init__.py:79: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/font/__init__.py:81: 'image' imported but unused
./usr/share/python-support/python-pyglet/pyglet/font/__init__.py:82: 'window' imported but unused
./usr/share/python-support/python-pyglet/pyglet/font/__init__.py:691: redefinition of unused 'os' from line 74
./usr/share/python-support/python-pyglet/pyglet/font/freetype.py:42: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/font/freetype.py:43: 'warn' imported but unused
./usr/share/python-support/python-pyglet/pyglet/font/freetype.py:48: 'from pyglet.font.freetype_lib import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/font/freetype.py:341: local variable 'result' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/font/win32.py:41: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/font/win32.py:48: 'from pyglet.window.win32.constants import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/font/win32.py:49: 'from pyglet.window.win32.types import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/font/win32.py:342: local variable 'dc' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/font/freetype_lib.py:41: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/font/base.py:47: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/app/carbon.py:44: '_oscheck' imported but unused
./usr/share/python-support/python-pyglet/pyglet/app/__init__.py:187: local variable 'dt' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/app/__init__.py:212: redefinition of function 'on_window_close' from line 206
./usr/share/python-support/python-pyglet/pyglet/app/__init__.py:293: redefinition of unused 'EventLoop' from line 291
./usr/share/python-support/python-pyglet/pyglet/app/__init__.py:295: redefinition of unused 'EventLoop' from line 293
./usr/share/python-support/python-pyglet/pyglet/app/xlib.py:42: 'weakref' imported but unused
./usr/share/python-support/python-pyglet/pyglet/app/xlib.py:52: local variable 't' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/app/win32.py:42: 'windows' imported but unused
./usr/share/python-support/python-pyglet/pyglet/text/__init__.py:82: 'caret' imported but unused
./usr/share/python-support/python-pyglet/pyglet/text/__init__.py:82: 'document' imported but unused
./usr/share/python-support/python-pyglet/pyglet/text/__init__.py:430: redefinition of unused 'document' from line 82
./usr/share/python-support/python-pyglet/pyglet/text/__init__.py:489: redefinition of unused 'document' from line 82
./usr/share/python-support/python-pyglet/pyglet/text/layout.py:154: 'math' imported but unused
./usr/share/python-support/python-pyglet/pyglet/text/layout.py:158: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/text/layout.py:161: 'document' imported but unused
./usr/share/python-support/python-pyglet/pyglet/text/layout.py:1280: local variable 'x' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/text/layout.py:1993: local variable 'batch' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/text/formats/attributed.py:45: 'symbol' imported but unused
./usr/share/python-support/python-pyglet/pyglet/text/formats/html.py:56: 'os' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/glxext_arb.py:44: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/glxext_arb.py:46: 'c_ptrdiff_t' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/glxext_nv.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/glxext_nv.py:45: 'c_ptrdiff_t' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/lib.py:141: redefinition of unused 'link_GL' from line 139
./usr/share/python-support/python-pyglet/pyglet/gl/lib.py:141: redefinition of unused 'link_GLU' from line 139
./usr/share/python-support/python-pyglet/pyglet/gl/lib.py:143: redefinition of unused 'link_GL' from line 141
./usr/share/python-support/python-pyglet/pyglet/gl/lib.py:143: redefinition of unused 'link_GLU' from line 141
./usr/share/python-support/python-pyglet/pyglet/gl/glu_info.py:62: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/glu_info.py:65: 'from pyglet.gl.glu import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/lib_glx.py:41: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/lib_glx.py:68: local variable 'e' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/gl/lib_glx.py:90: local variable 'e' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/gl/glx.py:42: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/glx.py:44: 'c_void' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/glx.py:44: 'c_ptrdiff_t' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/glu.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/glu.py:45: 'c_ptrdiff_t' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/wgl.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/wgl.py:45: 'c_ptrdiff_t' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/__init__.py:99: 'GLException' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/__init__.py:100: 'from pyglet.gl.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/__init__.py:101: 'from pyglet.gl.glu import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/__init__.py:102: 'from pyglet.gl.glext_arb import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/__init__.py:103: 'from pyglet.gl.glext_missing import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/__init__.py:507: 'pyglet' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/wglext_nv.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/wglext_nv.py:45: 'c_ptrdiff_t' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/wgl_info.py:42: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/wgl_info.py:46: 'from pyglet.gl.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/wgl_info.py:48: 'from pyglet.gl.wgl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/wgl_info.py:49: 'from pyglet.gl.wglext_arb import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/lib_wgl.py:42: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/lib_wgl.py:104: local variable 'e' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/gl/lib_wgl.py:132: local variable 'e' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/gl/gl.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/gl.py:45: 'c_ptrdiff_t' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/glx_info.py:57: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/glx_info.py:59: 'from pyglet.gl.glx import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/gl_info.py:61: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/gl_info.py:64: 'from pyglet.gl.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/wglext_arb.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/wglext_arb.py:45: 'c_ptrdiff_t' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/glxext_mesa.py:41: 'ctypes' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/glxext_mesa.py:42: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/lib_agl.py:41: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/lib_agl.py:60: local variable 'e' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/gl/lib_agl.py:72: local variable 'e' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/gl/agl.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/agl.py:45: 'c_ptrdiff_t' imported but unused
./usr/share/python-support/python-pyglet/pyglet/gl/glext_arb.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/glext_nv.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/glext_missing.py:53: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/gl/glext_missing.py:55: 'c_ptrdiff_t' imported but unused
./usr/share/python-support/python-pyglet/pyglet/media/procedural.py:67: local variable 'is_eos' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/media/__init__.py:547: undefined name 'NotImplementedException'
./usr/share/python-support/python-pyglet/pyglet/media/__init__.py:1229: undefined name 'EOS_STOP'
./usr/share/python-support/python-pyglet/pyglet/media/__init__.py:1367: 'pyglet' imported but unused
./usr/share/python-support/python-pyglet/pyglet/media/riff.py:52: 'ctypes' imported but unused
./usr/share/python-support/python-pyglet/pyglet/media/drivers/silent.py:44: 'MediaException' imported but unused
./usr/share/python-support/python-pyglet/pyglet/media/drivers/openal/lib_alc.py:46: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/media/drivers/openal/lib_alc.py:47: 'sys' imported but unused
./usr/share/python-support/python-pyglet/pyglet/media/drivers/openal/lib_openal.py:51: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/media/drivers/openal/lib_openal.py:52: 'sys' imported but unused
./usr/share/python-support/python-pyglet/pyglet/media/drivers/openal/lib_openal.py:599: undefined name 'alSource3i' in __all__
./usr/share/python-support/python-pyglet/pyglet/media/drivers/openal/lib_openal.py:599: undefined name 'alListener3i' in __all__
./usr/share/python-support/python-pyglet/pyglet/media/drivers/openal/lib_openal.py:599: undefined name 'alListeneriv' in __all__
./usr/share/python-support/python-pyglet/pyglet/media/drivers/openal/lib_openal.py:599: undefined name 'alGetSource3i' in __all__
./usr/share/python-support/python-pyglet/pyglet/media/drivers/openal/lib_openal.py:599: undefined name 'alSourceiv' in __all__
./usr/share/python-support/python-pyglet/pyglet/media/drivers/directsound/__init__.py:43: 'time' imported but unused
./usr/share/python-support/python-pyglet/pyglet/media/drivers/alsa/asound.py:48: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/media/drivers/alsa/asound.py:8752: undefined name 'snd_mixer_add_elem' in __all__
./usr/share/python-support/python-pyglet/pyglet/media/drivers/alsa/asound.py:8752: undefined name 'snd_device_name_get_hint' in __all__
./usr/share/python-support/python-pyglet/pyglet/media/drivers/alsa/asound.py:8752: undefined name 'snd_device_name_hint' in __all__
./usr/share/python-support/python-pyglet/pyglet/media/drivers/alsa/asound.py:8752: undefined name 'snd_device_name_free_hint' in __all__
./usr/share/python-support/python-pyglet/pyglet/media/drivers/alsa/asound.py:8752: undefined name 'snd_mixer_remove_elem' in __all__
./usr/share/python-support/python-pyglet/pyglet/media/drivers/alsa/__init__.py:115: undefined name 'debug_output'
./usr/share/python-support/python-pyglet/pyglet/media/drivers/alsa/__init__.py:117: undefined name 'debug_output'
./usr/share/python-support/python-pyglet/pyglet/window/event.py:43: 'sys' imported but unused
./usr/share/python-support/python-pyglet/pyglet/window/event.py:95: redefinition of unused 'sys' from line 43
./usr/share/python-support/python-pyglet/pyglet/window/__init__.py:128: 'pprint' imported but unused
./usr/share/python-support/python-pyglet/pyglet/window/__init__.py:133: 'gl_info' imported but unused
./usr/share/python-support/python-pyglet/pyglet/window/__init__.py:179: undefined name 'get_default_display'
./usr/share/python-support/python-pyglet/pyglet/window/__init__.py:798: undefined name 'key'
./usr/share/python-support/python-pyglet/pyglet/window/__init__.py:1236: redefinition of function 'on_key_press' from line 796
./usr/share/python-support/python-pyglet/pyglet/window/__init__.py:1451: redefinition of function 'on_close' from line 789
./usr/share/python-support/python-pyglet/pyglet/window/__init__.py:1510: redefinition of function 'on_resize' from line 772
./usr/share/python-support/python-pyglet/pyglet/window/xlib/xsync.py:46: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/xlib/xinerama.py:46: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/xlib/__init__.py:38: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/xlib/__init__.py:40: 'warnings' imported but unused
./usr/share/python-support/python-pyglet/pyglet/window/xlib/__init__.py:43: 'ImageMouseCursor' imported but unused
./usr/share/python-support/python-pyglet/pyglet/window/xlib/__init__.py:46: 'event' imported but unused
./usr/share/python-support/python-pyglet/pyglet/window/xlib/__init__.py:115: redefinition of unused 'event' from line 46
./usr/share/python-support/python-pyglet/pyglet/window/xlib/__init__.py:1304: local variable 'ditched' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/window/xlib/xlib.py:13: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/carbon/types.py:41: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/carbon/__init__.py:41: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/carbon/__init__.py:42: 'os' imported but unused
./usr/share/python-support/python-pyglet/pyglet/window/carbon/__init__.py:44: 'warnings' imported but unused
./usr/share/python-support/python-pyglet/pyglet/window/carbon/__init__.py:51: 'event' imported but unused
./usr/share/python-support/python-pyglet/pyglet/window/carbon/__init__.py:52: 'from pyglet.window.carbon.constants import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/carbon/__init__.py:53: 'from pyglet.window.carbon.types import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/carbon/__init__.py:151: redefinition of unused 'event' from line 51
./usr/share/python-support/python-pyglet/pyglet/window/carbon/__init__.py:169: redefinition of unused 'event' from line 51
./usr/share/python-support/python-pyglet/pyglet/window/win32/types.py:41: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/win32/__init__.py:41: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/win32/__init__.py:52: 'event' imported but unused
./usr/share/python-support/python-pyglet/pyglet/window/win32/__init__.py:56: 'from pyglet.window.win32.constants import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/win32/__init__.py:57: 'from pyglet.window.win32.winkey import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/win32/__init__.py:58: 'from pyglet.window.win32.types import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/window/win32/__init__.py:340: local variable 'result' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/window/win32/__init__.py:836: redefinition of unused 'event' from line 52
./usr/share/python-support/python-pyglet/pyglet/window/win32/__init__.py:1090: local variable 'rect' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/window/win32/winkey.py:42: 'from pyglet.window.win32.constants import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/graphics/vertexdomain.py:65: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/graphics/vertexbuffer.py:54: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/graphics/vertexbuffer.py:552: local variable 'stride' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/graphics/__init__.py:162: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/graphics/vertexattribute.py:134: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/__init__.py:134: 'sys' imported but unused
./usr/share/python-support/python-pyglet/pyglet/image/__init__.py:139: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/__init__.py:140: 'ceil' imported but unused
./usr/share/python-support/python-pyglet/pyglet/image/__init__.py:144: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/__init__.py:146: 'graphics' imported but unused
./usr/share/python-support/python-pyglet/pyglet/image/__init__.py:147: 'from pyglet.window import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/__init__.py:149: 'atlas' imported but unused
./usr/share/python-support/python-pyglet/pyglet/image/__init__.py:1958: local variable 'viewport' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/atlas.py:168: undefined name 'width'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gif.py:83: local variable 'version' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gif.py:100: local variable 'global_color_table' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gif.py:128: local variable 'data' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gif.py:148: local variable 'local_color_table' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gif.py:151: local variable 'lzw_code_size' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gif.py:162: undefined name 'ImageFormatException'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/pypng.py:442: undefined name 'buf'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/pypng.py:442: undefined name 'offset'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/pypng.py:442: undefined name 'offset'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/pypng.py:445: undefined name 'offset'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/quicktime.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/quicktime.py:45: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/quicktime.py:46: 'from pyglet.image import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/quicktime.py:47: 'from pyglet.image.codecs import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/quicktime.py:51: 'from pyglet.window.carbon.types import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/quicktime.py:191: local variable 'id' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdkpixbuf2.py:41: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdkpixbuf2.py:43: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdkpixbuf2.py:44: 'from pyglet.image import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdkpixbuf2.py:45: 'from pyglet.image.codecs import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdkpixbuf2.py:95: local variable 'has_alpha' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/dds.py:43: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/dds.py:46: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/dds.py:47: 'gl_info' imported but unused
./usr/share/python-support/python-pyglet/pyglet/image/codecs/dds.py:174: local variable 'pitch' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/dds.py:176: local variable 'image_size' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/dds.py:177: local variable 'compressed' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/dds.py:181: local variable 'volume' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/dds.py:182: local variable 'depth' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/pil.py:43: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/pil.py:44: 'from pyglet.image import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/pil.py:45: 'from pyglet.image.codecs import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/pil.py:70: local variable 'type' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/s3tc.py:43: 'sys' imported but unused
./usr/share/python-support/python-pyglet/pyglet/image/codecs/s3tc.py:45: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/s3tc.py:101: local variable 'col' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/s3tc.py:160: local variable 'col' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/s3tc.py:224: local variable 'col' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/s3tc.py:292: local variable 'col' is assigned to but never used
./usr/share/python-support/python-pyglet/pyglet/image/codecs/png.py:43: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/png.py:44: 'from pyglet.image import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/png.py:45: 'from pyglet.image.codecs import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:188: undefined name 'quicktime'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:189: undefined name 'quicktime'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:196: undefined name 'gdiplus'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:197: undefined name 'gdiplus'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:204: undefined name 'gdkpixbuf2'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:205: undefined name 'gdkpixbuf2'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:212: undefined name 'pil'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:213: undefined name 'pil'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:220: undefined name 'png'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:221: undefined name 'png'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:227: 'pyglet' imported but unused
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:228: undefined name 'bmp'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/__init__.py:229: undefined name 'bmp'
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdiplus.py:41: 'from ctypes import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdiplus.py:43: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdiplus.py:44: 'from pyglet.image import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdiplus.py:45: 'from pyglet.image.codecs import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdiplus.py:46: 'from pyglet.window.win32.constants import *' used; unable to detect undefined names
./usr/share/python-support/python-pyglet/pyglet/image/codecs/gdiplus.py:47: 'from pyglet.window.win32.types import *' used; unable to detect undefined names
./usr/share/doc/python-pyglet/examples/multiple_windows.py:40: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/doc/python-pyglet/examples/media_player.py:44: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/doc/python-pyglet/examples/window_platform_event.py:51: 'from pyglet.window.carbon import *' used; unable to detect undefined names
./usr/share/doc/python-pyglet/examples/window_platform_event.py:58: 'from pyglet.window.win32 import *' used; unable to detect undefined names
./usr/share/doc/python-pyglet/examples/window_platform_event.py:59: 'from pyglet.window.win32.constants import *' used; unable to detect undefined names
./usr/share/doc/python-pyglet/examples/window_platform_event.py:66: 'from pyglet.window.xlib import *' used; unable to detect undefined names
./usr/share/doc/python-pyglet/examples/fixed_resolution.py:52: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/doc/python-pyglet/examples/graphics.py:50: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/doc/python-pyglet/examples/image_display.py:49: 'from pyglet.gl import *' used; unable to detect undefined names
./usr/share/doc/python-pyglet/examples/opengl.py:51: 'from pyglet.gl import *' used; unable to detect undefined names

This report was generated on Sun, 02 Jan 2011 05:32:01 +0000, based on results by pyflakes 0.4.0-1