Hi Harold,With Visual Studio .NET 2003, it's quite easy, just cd into the dist directory and launch build_installer.bat. You should eventually get an installer into the dist/dist directory. Note that with Apache 2.2
, you may need to tweak the setup.py.in file manually a little bit.Regards,Nicolas2
I've made a test build based on 3.2.8 release, where I've added Py_XDECREF()
calls in parse_qsl(), cfgtree_walk() TWICE (one on t, one on child), and
req_readlines().
My foo/bar program doesn't leak, and I'm now testing my full application. So
far, it seems to be ok.
Harold