Paul Franz wrote:
I have looked and looked and looked. But I can not find any directions

on how to install the version of Python build using Microsoft's compiler. It builds. I get the dlls and the exe's. But there is no documentation that says how to install what has been built. I have read every readme and stop by the IRC channel and there seems to be nothing.

Although you asked about 'installing', you should find that the Python you built works fine from where it is, and adding packages to your site-packages directory will work as you expect. With the addition of an 'InstallPath' registry entry pointing at your directory, other .exe installer packages created by distutils will also install correctly.

Hope this helps,

Mark

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to