> First of all, is the Windows FAQ fairly up to date?
Fairly, yes.
> Should people be
> referring to section 6 if they are going to build an application with
> an embedded Python interpreter?
I think that's very selective in its view of problems - why would I
be using SWIG, for example? (yet the
On Jan 7, 10:51 pm, Mensanator wrote:
> On Jan 8, 12:19 am, peteshinners wrote:
>
>
>
>
>
>
>
> > My presentation for Pycon is coming together, but I need to make sure
> > my information about compiling Python and Python extensions for
> > Windows is correct. I'm really only experienced with this
On Jan 8, 12:19 am, peteshinners wrote:
> My presentation for Pycon is coming together, but I need to make sure
> my information about compiling Python and Python extensions for
> Windows is correct. I'm really only experienced with this on the Linux
> side of things.
>
> First of all, is the Wind