Issue 23000: More support for Visual Studio users on Windows? (original) (raw)

Issue23000

Created on 2014-12-06 12:24 by StoreIntegrator, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg232240 - (view) Author: StoreIntegrator (StoreIntegrator) Date: 2014-12-06 12:24
Hi, When using Python on Windows I always encounter plenty of errors which are simply frustrating. Typically issues compilation, linking, libraries which have nothing to do with functional coding in Python are numerous. Do have a look at PTVS tools how an integrated UI can work... And do try to get rid of the already for > 5 years existing BUGS like: https://pytools.codeplex.com/workitem/2808 Simply frustrating to use Python this way. J.
msg232242 - (view) Author: SilentGhost (SilentGhost) * (Python triager) Date: 2014-12-06 13:54
This seem like an issue with numpy, not python. Perhaps installing using binary would be a better option for you? In any case, this need further elaborating at what the actual problem and the solution could be.
msg232245 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-12-06 15:42
Note also that there are going to be significant improvements in the Python Windows build system for 3.5. Any further (specific, non-distutils) requests for improvement should be targeted against that version once issue 22919 has been integrated. Please do open a new issue with *specific* problems if they are problems with the CPython compile itself or with distutils, as opposed to problems with a specific 3rd party project's compilation instructions...the latter should be reported to the 3rd party project first, and if the project determines it is rooted in a problem with CPython/distutils, it can then be reported upstream here with sufficient details for us to take action.
History
Date User Action Args
2022-04-11 14:58:10 admin set github: 67189
2014-12-06 15:42:03 r.david.murray set nosy: + r.david.murraymessages: + resolution: not a bug -> third partystage: resolved
2014-12-06 13:54:38 SilentGhost set status: open -> closedversions: - Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6nosy: + SilentGhostmessages: + resolution: not a bug
2014-12-06 12:24:02 StoreIntegrator create