Found some info on porting packages from python 2 to 3 using distribute setuptools in below link.
http://packages.python.org/distribute/python3.html
I have a C api which could be build using python 2.x, but i need to build it in python 3.x. Can it be done using distribute.
Do anyone have idea on this?