static and dynamic library ?

Ignacio Vazquez-Abrams ignacio at openservices.net
Tue Sep 11 23:57:01 EDT 2001


On Wed, 12 Sep 2001, Armin Samide wrote:

> Hi !
>
> And what is about other platforms, like linux or irix and so on.
> Does there exist the same problem or is it on these platforms possible to
> create standalone executables with an embedded python interpreter ?
>
> The strange thing is that in the book "Programming Python" is written that
> it is possible to create standalone applications with python ?
>
> Armin

IIRC, *nix in general is fine because the way that executables and shared
objects interact under *nix is different than how executables and DLLs
interact under Win32; basically under *nix there is enough information for all
shared objects to be able to link back to the executable automagically,
whereas under Win32 this information has to be dealt with manually.

-- 
Ignacio Vazquez-Abrams  <ignacio at openservices.net>





More information about the Python-list mailing list