Hi, I'm trying to install avl module from http://www.nightmare.com/squirl/python-ext/avl
and i had the following instruction to install Building: Unix: First, cd $(AVL_LIB), then 'make libavl.a' Then copy AVLmodule.c into your Modules directory. add a few lines like this to your Python/Modules/Setup file. --------------------------------------------------------------------------- # avl module AVL_LIB=/usr/src/other-homes/rushing/python/avl avl AVLmodule.o -DDEBUG_AVL -I$(AVL_LIB) -L$(AVL_LIB) -lavl ------------------------------------------------------------- I have build livavl.a, but i don't understan where is Python/Modules/Setup and where goes the AVLModule.c file goes. Could anyone help me, Thanks, Zunbeltz -- http://mail.python.org/mailman/listinfo/python-list