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



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



[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 paths.
http://hg.python.org/cpython/rev/03d511dec224

New changeset 066e63425228 by Brian Curtin in branch 'default':
Fix #11834. Correct site-packages paths.
http://hg.python.org/cpython/rev/066e63425228

New changeset 1a2f0f545f55 by Brian Curtin in branch '2.7':
Fix #11834. Correct site-packages paths.
http://hg.python.org/cpython/rev/1a2f0f545f55

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11834
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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



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



[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 back to Data... though I could no verify it. Even with 
--install-data, I couldn't seem to find a new Data directory. Maybe I was doing 
something wrong.

Anyway, here is the new patch.

--
nosy:  -brian.curtin, markm
Added file: http://bugs.python.org/file21806/issue133572.py33.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11834
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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



[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 never used the --prefix option - but I am surprised that it would 
install scripts to prefix\Lib\site-packages (without the prefix option scripts 
are installed in pythondir\Scripts.

Maybe installing something like grin/pylint/etc which has an executable script 
is a way to verify?

--
nosy: +markm

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11834
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Added file: http://bugs.python.org/file21773/issue133572.py33.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11834
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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



[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: Documentation
messages: 133571
nosy: docs@python, techtonik
priority: normal
severity: normal
status: open
title: wrong module installation dir on Windows
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11834
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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



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



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



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



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



[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11834
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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



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