[issue14873] Windows devguide: clarification for build errors due to missing optional dependencies

2012-08-20 Thread Patrick Welche
Changes by Patrick Welche : -- nosy: +prlw1 ___ Python tracker <http://bugs.python.org/issue14873> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13789] _tkinter does not build on Windows 7

2012-08-20 Thread Patrick Welche
Changes by Patrick Welche : -- nosy: +prlw1 ___ Python tracker <http://bugs.python.org/issue13789> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13210] Support Visual Studio 2010

2012-08-20 Thread Patrick Welche
Changes by Patrick Welche : -- nosy: +prlw1 ___ Python tracker <http://bugs.python.org/issue13210> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13461] Error on test_issue_1395_5 with Python 2.7 and VS2010

2012-08-20 Thread Patrick Welche
Changes by Patrick Welche : -- nosy: +prlw1 ___ Python tracker <http://bugs.python.org/issue13461> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17975] libpython3.so conflicts between $VERSIONs

2013-05-14 Thread Patrick Welche
New submission from Patrick Welche: I currently have python 2.7 and 3.2 installed concurrently. I just tried to install 3.3 as well, but a file conflicts between 3.2 and 3.3. It is libpython3.so. Given that we go out of our way e.g. with $(INSTALL_DATA) Misc/python.pc $(DESTDIR)$(LIBPC

[issue17975] libpython3.so conflicts between $VERSIONs

2013-05-18 Thread Patrick Welche
Patrick Welche added the comment: I see that this was introduced in http://www.python.org/dev/peps/pep-0384/ Would a configure option to make it easy not to install the conflicting file be acceptable? -- ___ Python tracker <http://bugs.python.

[issue17975] libpython3.so conflicts between $VERSIONs

2013-05-18 Thread Patrick Welche
Patrick Welche added the comment: No, I don't think you should close this, as you haven't explained what it is that you won't do. I think that a sensible plan is to introduce a configure flag whose effect is to not install the files which cause the conflict. You set the def

[issue17975] libpython3.so conflicts between $VERSIONs

2013-05-18 Thread Patrick Welche
Patrick Welche added the comment: To quote the README: Installing multiple versions ... For example, if you want to install Python 2.6, 2.7 and 3.4 with 2.7 being the primary version, you would execute "make install" in your 2.7 build directory and "