I have installed ActivePython 2.7.2 in my linux machine. I need time
to be builtin module instead of being loaded from lib-dynload/time.so
On searching Stackoverflow archives I found that you can do this by uncommenting
time timemodule.c
in Modules/Setup.dist
in python source tree
Can someone point out how to do this in ActivePython?