Files
libguestfs/python
Richard W.M. Jones 2116f79cbc python: Fixes for Python 3 (RHBZ#750889).
These fixes allow libguestfs bindings to work with Python 3 (tested
with Python 3.2)

You can select which Python you compile against by doing:

  PYTHON=python ./configure && make && make check

or:

  PYTHON=python3 ./configure && make && make check
2011-11-02 19:43:53 +00:00
..
2011-09-21 15:21:58 +01:00
2011-04-22 21:50:16 +01:00