Gene Heskett wrote: > On Friday 19 May 2017 09:32:00 Ethan Furman wrote: > >> On 05/19/2017 04:49 AM, Gene Heskett wrote: >> > I have a need for the subjects function but installed on wheezy. >> > But it is not in the repo's. >> > >> > Is there a solution that doesn't break wheezy? >> >> It's a pure Python module, so should work fine. But I would recommend >> aenum instead as I only update enum34 with bug fixes, but I still >> actively develop aenum. >> >> -- >> ~Ethan~ > > Thank you Ethan. But pip cannot find a python-aenum either. Do I need to > update pip?
Try $ pip install aenum The "python-" prefix is not part of the package name on pypi, it's Debian's addition to distinguish it from the python3 or the hypothetical ruby, haskell, or you-name-it version. -- https://mail.python.org/mailman/listinfo/python-list