Hi,

I just got this bug, too.

Adding
    rv = 0
to the /usr/lib/python2.5/py_compile.py should solve this. Otherwise, the variable is used before the initialization.
The beginning of the main method looks like this now:
{snip}
    explicitly.  If '-' is the only parameter in args, the list of
    files is taken from standard input.

    """
    rv = 0
    if args is None:
        args = sys.argv[1:]
{snip}

Martin



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to