[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 "make altinstall" in the others.


This makes perfect sense, but now it is impossible to make 3.2 and 3.3 python 
packages which can be installed simultaneously.

--

___
Python tracker 
<http://bugs.python.org/issue17975>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 default to 
always install the conflicting files, so the standard install of python gets to 
be the PY3LIBRARY. What this buys you, is that then you can also install 
another version of python 3 concurrently and easily.

I just need to find a round tuit to write it...

--

___
Python tracker 
<http://bugs.python.org/issue17975>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue17975>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)/python-$(VERSION).pc

to avoid clashes, what should be done about PY3LIBRARY?

--
components: Build
messages: 189223
nosy: prlw1
priority: normal
severity: normal
status: open
title: libpython3.so conflicts between $VERSIONs
type: behavior
versions: Python 3.3

___
Python tracker 
<http://bugs.python.org/issue17975>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com