I wanted to try tries, but couldn't figure out how to use them. I think, i remember in 1.10 I coult do something like from Bio import trie t=trie.trie() But now the import fails. There is a trie.o and triemodule.o and triefind.py. The last already expects an trie object. How do I get one? Andreas