[issue11834] wrong module installation dir on Windows

2011-05-04 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: It's always a pleasure. ;) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834 ___ ___

[issue11834] wrong module installation dir on Windows

2011-05-04 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834 ___ ___ Python-bugs-list

[issue11834] wrong module installation dir on Windows

2011-05-03 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 175dcc8c4b23 by Brian Curtin in branch '3.1': Fix #11834. Correct site-packages paths. http://hg.python.org/cpython/rev/175dcc8c4b23 New changeset 03d511dec224 by Brian Curtin in branch '3.2': Fix #11834. Correct site-packages

[issue11834] wrong module installation dir on Windows

2011-05-03 Thread Brian Curtin
Brian Curtin br...@python.org added the comment: Thanks for the patches and reviews! -- assignee: - brian.curtin resolution: - fixed stage: needs patch - committed/rejected type: - behavior ___ Python tracker rep...@bugs.python.org

[issue11834] wrong module installation dir on Windows

2011-05-02 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- assignee: docs@python - nosy: +brian.curtin, tim.golden ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834 ___

[issue11834] wrong module installation dir on Windows

2011-04-27 Thread Bryce Verdier
Bryce Verdier bryceverd...@gmail.com added the comment: Ok, so after getting some off list help, I changed the defaults to what they should be. Also, Mark was right, --install-scripts generally puts things in pythondir\Scripts... as tested with pylint, mako, and some others. I changed data

[issue11834] wrong module installation dir on Windows

2011-04-26 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- nosy: +brian.curtin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834 ___ ___ Python-bugs-list

[issue11834] wrong module installation dir on Windows

2011-04-26 Thread Mark Mc Mahon
Mark Mc Mahon mtnbikingm...@gmail.com added the comment: Reviewing the patch (issue133572.py33.patch): You have used forward slashes for the first change - but back slashes for the others. I see that other places in the existing docs use back slashes when referring to windows paths. I have

[issue11834] wrong module installation dir on Windows

2011-04-25 Thread Bryce Verdier
Bryce Verdier bryceverd...@gmail.com added the comment: Here is a patch for the documentation. I'm not quite sure about the scripts and data part. Tested with Paramiko and a new install of 2.7 to see what would happen and that was the result. -- keywords: +patch nosy: +louiscipher

[issue11834] wrong module installation dir on Windows

2011-04-15 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- components: +Distutils, Distutils2 nosy: +alexis, eric.araujo versions: +Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834

[issue11834] wrong module installation dir on Windows

2011-04-12 Thread anatoly techtonik
New submission from anatoly techtonik techto...@gmail.com: http://docs.python.org/install/index.html#how-installation-works Correct standard installation location for third-party modules on Windows for Python 2.x is prefix/Lib/site-packages -- assignee: docs@python components:

[issue11834] wrong module installation dir on Windows

2011-04-12 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +brian.curtin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834 ___ ___

[issue11834] wrong module installation dir on Windows

2011-04-12 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: Other Windows prefixes are probably wrong too. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834 ___

[issue11834] wrong module installation dir on Windows

2011-04-12 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834 ___ ___ Python-bugs-list

[issue11834] wrong module installation dir on Windows

2011-04-12 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: How about 'easy' keyword? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834 ___ ___

[issue11834] wrong module installation dir on Windows

2011-04-12 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834 ___ ___ Python-bugs-list

[issue11834] wrong module installation dir on Windows

2011-04-12 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: It's a doc issue. Doc issues are pretty much by definition easy in the sense of the easy keyword (doable in a day) (unless they are controversial), so we don't bother to attach the easy keyword to them. -- nosy: +r.david.murray

[issue11834] wrong module installation dir on Windows

2011-04-12 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: Target auditory for the `easy` keyword are largely unaware of this fact. It also may keep people off if they run into uneasy doc problem. -- ___ Python tracker rep...@bugs.python.org

[issue11834] wrong module installation dir on Windows

2011-04-12 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- nosy: -brian.curtin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11834 ___ ___ Python-bugs-list