Re: [Tutor] Dynamic linking vs Static linking of libraries in python

2015-06-17 Thread Steven D'Aprano
On Wed, Jun 17, 2015 at 07:52:46AM +, Velummaylum Kajenthiran via Tutor wrote: > Dear Sir/MadamI know the difference between static and dynamic linking > in C or C++. But what does it mean this in Python? Nothing. It isn't relevant to pure Python code. All Python code is dynamically linke

Re: [Tutor] Dynamic linking vs Static linking of libraries in python

2015-06-17 Thread Laura Creighton
In a message of Wed, 17 Jun 2015 07:52:46 -, Velummaylum Kajenthiran via Tu tor writes: Dear Sir/MadamI know the difference between static and dynamic linking in C or C++. But what does it mean this in Python? Since it's just an interpreter, and only having one style of import mechanism of

[Tutor] Dynamic linking vs Static linking of libraries in python

2015-06-17 Thread Velummaylum Kajenthiran via Tutor
Dear Sir/MadamI know the difference between static and dynamic linking in C or C++. But what does it mean this in Python? Since it's just an interpreter, and only having one style of import mechanism of modules, how this make sense?If I freeze my python application with PyInstaller, Is it a kind