Hmmm Odd. /usr/bin/pycompile on my systems has the following configuration:
SUPPORTED_VERSIONS = [(2, 5), (2, 6), (3, 1)] DEFAULT_VERSION = (2, 5) Obviously if I change the default version 2.6 I can compile without needing to specify the version on the command line. Package: python-minimal Essential: yes Status: install ok installed Priority: required Section: python Installed-Size: 120 Maintainer: Ubuntu Developers <[email protected]> Architecture: all Source: python-defaults Version: 2.6.5-0ubuntu1 Replaces: python (<= 2.4-1) Depends: python2.6-minimal (>= 2.6.5), dpkg (>= 1.13.20) Recommends: python Conflicts: python (<= 2.4-1), python-central (<< 0.5.5) Description: A minimal subset of the Python language (default version) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python2.6-minimal/README.Debian for a list of the modules contained in this package. Original-Maintainer: Matthias Klose <[email protected]> -- pycompile defaults to python 2.5, should use python 2.6 in Lucid https://bugs.launchpad.net/bugs/566441 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
