[Image-SIG] Hi...

Gerardo Alberto González Urtecho ggonzalez@sysde.co.cr
Wed, 28 Apr 1999 15:57:55 -0600


"Fred L. Drake" wrote:

> Gerardo Alberto González Urtecho writes:
>  > Thanks... but I read this document and I could not do anything.
>  > Maybe, I don't understand, but the method that explain in the "Extending and
>  > Embedding Python" manual, I could not do because the diectories structure is
>  > not the same that say the manual.
>  >
>  > I am work with Windows NT and Python for Windows. I see that Python for
>  > Windows work different of Python for Unix.
>
> Gerardo,
>   I'd love to get a list of specific problems you've found in the
> Extending and Embedding manual so that I can make corrections.
> Specific items would also allow me to provide correct information for
> you.
>
>   -Fred
>
> --
> Fred L. Drake, Jr.           <fdrake@acm.org>
> Corporation for National Research Initiatives

Thanks..

The problem that I have is that I try to link a C module with Python. I seached in
the "Extending and Embedding Python" manual, and in this manual describe two ways.
One is use ``Dynamic Loading'' and I did not find it. So, the other way is show in
the section 1.5, that is put the sourse of the module in the "Modules" directory,
and rebuilt. But I did not find that directory. I don't know if Python for windows
is different to Python for Unix, and all Python documentation is to Python for
Unix.