timothycrosley / deprecated.pies

The simplest (and tastiest) way to write one program that runs on both Python 2 and Python 3.
MIT License
148 stars 7 forks source link

pies and configparser can't be installed together #31

Closed avtobiff closed 9 years ago

avtobiff commented 10 years ago

It is not possible to install configparser and pies together. They both install the file configparser.py to site-packages.

The behaviour is the same both with pip and with the Debian package.

If this is not fixed soon might not be able to migrate to testing in time to make it to the next stable Debian release.

https://bugs.debian.org/751375

timothycrosley commented 9 years ago

Hi @avtobiff,

Thanks for pointing out this issue! Will have a fix in prior to the next release.

Thanks!

~Tim

timothycrosley commented 9 years ago

This fix is now live in version 2.6.2

Thanks for reporting!

~Timothy