[issue30251] Windows Visual Studio solution does not have an install target

2017-05-03 Thread Stephen Kelly

New submission from Stephen Kelly:

The Windows Visual Studio solution does not have an install target. As far as I 
understand, the configure system used on Unix does have an install target.

That means that on Windows, binaries resulting from the build to not end up in 
the same layout as result from using the official installer. 

Third party modules expect the same layout. For example, Sip/PyQt requires it 
https://www.riverbankcomputing.com/pipermail/pyqt/2017-April/039109.html . 
There are probably other modules similarly affected.

I don't know what else an install target should do, but I note its absence.

--
components: Build
messages: 292872
nosy: steveire
priority: normal
severity: normal
status: open
title: Windows Visual Studio solution does not have an install target
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30251] Windows Visual Studio solution does not have an install target

2017-05-05 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30251] Windows Visual Studio solution does not have an install target

2017-05-08 Thread Steve Dower

Steve Dower added the comment:

Visual Studio has some deployment concepts, but for multi-project solutions 
like ours you would generally have a separate project. It's a build tool, not 
an install tool, and mixing the concepts is generally a bad idea.

For building an installer, these projects are in tools/msi.

For doing a quick layout, we could write a script to simply copy files around. 
There are scripts in Tools/msi that do some of this already that could be 
adapted.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30251] Windows Visual Studio solution does not have an install target

2017-05-08 Thread Steve Dower

Changes by Steve Dower :


--
versions: +Python 3.7 -Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30251] Windows Visual Studio solution does not have an install target

2017-07-12 Thread Steve Dower

Changes by Steve Dower :


--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30251] Windows Visual Studio solution does not have an install target

2017-07-12 Thread Stephen Kelly

Stephen Kelly added the comment:

This is resolved as not a bug.

Is there a way to convert it to a feature request?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30251] Windows Visual Studio solution does not have an install target

2017-07-13 Thread Steve Dower

Steve Dower added the comment:

Sure, but then I'll resolve it as rejected :)

The solution does not need an install target. That's not the point - we have 
separate projects and scripts for that.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com