[docs] [issue11834] wrong module installation dir on Windows

Bryce Verdier report at bugs.python.org
Wed Apr 27 19:08:01 CEST 2011


Bryce Verdier <bryceverdier at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11834>
_______________________________________


More information about the docs mailing list