python-enum34

Peter Otten __peter__ at web.de
Fri May 19 10:21:26 EDT 2017


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.





More information about the Python-list mailing list