Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the process of compilation and linking in python?

Answer Posted / chaitanya

The compiling and linking allows the new extensions to be compiled properly without any error and the linking can be done only when it passes the compiled procedure. If the dynamic loading is used then it depends on the style that is being provided with the system. The python interpreter can be used to provide the dynamic loading of the configuration setup files and will rebuild the interpreter. The steps that is required in this as:

• Create a file with any name and in any lanugage that is supported by the compiler of your system. For example comp.c

• Place this file in the Modules/ directory of the distribution which is getting used.

• Add a line in the file Setup.local that is present in the Modules/ directory.

• Run the file using spam comp.o

• After successful run of this rebuild the interpreter by using the make command on the top-level directory.

• If the file is changed then run rebuildMakefile by using the command as ‘make Makefile’.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I learn python for free?

820


Can I use notepad ++ for python?

777


Shade some light on the modes in python programming environment.

845


What is the best python interpreter?

903


What is the optional statement used in a try except statement in Python?

950


What mode is used for both writing and reading in binary format in file.?

919


Write a program to play a guessing game using random module?

823


How does inheritance work in python?

1010


What does input () do in python?

836


Do lists start at 0 or 1?

875


How fast can you learn python?

897


Are uuids sequential?

753


What is difference between panda series and dictionary in python?

907


What is the object class?

832


List down some of the pdb commands for debugging python programs?

812