{{{
TypeError: Error when calling the metaclass bases
'itertools.tee' object has no attribute '__getitem__'
}}}
Full traceback at: https://dpaste.de/8JS9.
Django 1.7rc1 works perfectly well.
--
Ticket URL: <https://code.djangoproject.com/ticket/23119>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_docs: => 0
Comment:
Hi,
This seems like a duplicate of #23112.
Can you confirm and reopen this ticket if that's not the case?
Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:1>
* status: closed => new
* resolution: duplicate =>
Comment:
I ran https://github.com/django/django/pull/2990, but the problem is still
there: http://pastebin.com/AX2t7YxT
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:2>
* cc: lemuelf@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:3>
Comment (by lemuelf):
I have the same issue (similar traceback as the one in the ticket
description; triggered by the same 3rd party library) but after using the
branch in https://github.com/django/django/pull/2990 the development
server worked for me. Let me know if there's any info I can add.
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:4>
Comment (by CollinAnderson):
Good catch. Your new traceback actually shows a different error
(`IndexError: list index out of range`) that happens if the iterable is
empty, which is fine on 1.6. I've commented on the first ticket.
https://code.djangoproject.com/ticket/23112#comment:16
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:5>
* cc: cmawebsite@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:6>
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:7>
* severity: Normal => Release blocker
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:8>
* cc: Jcuotpc@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:9>
Comment (by areski):
See the last commit that solve ticket #23112
(https://github.com/django/django/pull/2990), it should fix this issue
too.
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:10>
* cc: areski@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:11>
Comment (by anonymous):
The last commit that solved ticket #23112 (
https://github.com/django/django/pull/2990) fixed the issue for me, too.
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:12>
Comment (by areski):
I think we could close this ticket and mark it as duplicate
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:13>
* status: new => closed
* resolution: => duplicate
Comment:
I agree.
--
Ticket URL: <https://code.djangoproject.com/ticket/23119#comment:14>