Re: help building debug .pyd files

2007-04-11 Thread Martin v. Löwis
> You should read the file PCBuild/readme.txt. > It explains how to build python from source, and has long explanations > about the same list of modules you are asking for. > > And it works: I regularly use the debug build of python for my own > projects. Also, as of Python 2.5, you don't have to

Re: help building debug .pyd files

2007-04-11 Thread Amaury Forgeot d'Arc
[EMAIL PROTECTED] a écrit : > The installation of Python 2.5 comes with a bunch of built-in > extension modules (.pyd files) under the DLLs directory. I've > downloaded the Python source code and am trying to build the debug > versions of all of these files. However, some of the projects won't > bu