pypa / pip

The Python package installer
https://pip.pypa.io/
MIT License
9.51k stars 3.02k forks source link

pip's use of configparser seems to break Pweave's installation #3168

Closed g2boojum closed 8 years ago

g2boojum commented 9 years ago

https://github.com/mpastell/Pweave/issues/25

The Pweave setup.py file includes a console_scripts list that contains keys that differ only in the case of the first character (such as 'Pweave' and 'pweave'). As such, installation with pip hits a "configparser.DuplicateOptionError", and although Pweave seems to have been installed, the scripts are missing.

I'm not sure if this counts as a bug in pip, or a bug in Pweave, but I'm not sure how to fix it in the latter. Installing Pweave via "python setup.py install" works just fine.

xavfernandez commented 8 years ago

Somewhat related to #2834

dstufft commented 8 years ago

I believe this is fixed now.