Re: [Python-modules-team] Bug#806334: kombu: FTBFS: ImportError: cannot import name '_uuid_generate_random'

2015-11-28 Thread Brian May
Brian May writes: > Don't think we can complain at Python though, looks like a private > symbol. Looks like this is a work around for a bug that was in Python 2.5. http://bugs.python.org/issue4607: >From kombu code: def uuid4(): # Workaround for http://bugs.python.org/issue4607 if ctyp

Re: [Python-modules-team] Bug#806334: kombu: FTBFS: ImportError: cannot import name '_uuid_generate_random'

2015-11-27 Thread Brian May
Chris Lamb writes: > from uuid import UUID, uuid4 as _uuid4, _uuid_generate_random > ImportError: cannot import name '_uuid_generate_random' I forwarded this upstream to https://github.com/celery/kombu/issues/543 Looks like Python 3.5.1rc1 dropped a symbol that was present in Python 3.5.