Ragnar Beer writes: > Do you know if there's a way to tell which library python uses? Look at Python's installation instructions (which come with the Python source). You will run "./configure". It will look around an guess what libraries to use. With options, you can influence its guesses. Dieter