> I am looking for help building the win32 extensions on 64 bit windows > using the .NET 2005 compiler?
You will need to use the CVS version of pywin32, and follow the instructions in the docstring for that file - there are specific instructions relating to x64 builds. > I followed the instructions "Building the extensions from sources" but found > that certain headers could not be found. What headers? We can't speculate without at least some clues! Please copy the exact errors you received. > Alternatively, are windows 64 binaries available yet? Nope - they will be fairly soon, but note that no Python x64 binaries are built with VC2005, and also note that all existing, official Python x64 binary installers have a bug which makes it very difficult for extensions to install (specifically, the installer writes the Python registry keys to the Wow64 node, meaning Python itself or extension installers don't see them - this bug will be fixed for the next official x64 Python release (which still will not be built with VS2005) Cheers, Mark _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32