embedding python..

Eric_Dexter at msn.com Eric_Dexter at msn.com
Tue Oct 9 04:07:07 EDT 2007


That sounds to easy I will give it a shot..

On Oct 6, 11:08 pm, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
wrote:
> En Fri, 05 Oct 2007 20:40:40 -0300, Eric_Dex... at msn.com  
> <Eric_Dex... at msn.com> escribi?:
>
> >      I compiled the c program that is supposed to allow you to call a
> > procedure from the command line promt..  (it is from the embeding
> > example)..  I am a little confused as to what all I am supposed to
> > distribute to make it work..  Do I just need the python .dll for the
> > version I compiled or is it working with the installed version of
> > python.. (I don't want to start deleting stuff to find out)..  Any
> > help on this question would be apreaceated..
>
> If you only provide pythonXX.dll (and probably msvcr71.dll), any Python  
> code that tries to import any module apart from builtin modules will fail.  
> If you provide the Python standard library in full, almost any program  
> could be run.
> It's up to you to decide how much you require/allow/want to provide.
>
> --
> Gabriel Genellina





More information about the Python-list mailing list