Код: Выделить всё
from types import IntType, LongType, DictType
Код: Выделить всё
ImportError: cannot import name 'IntType' from 'types'
Подробнее здесь: https://stackoverflow.com/questions/683 ... from-types
Код: Выделить всё
from types import IntType, LongType, DictType
Код: Выделить всё
ImportError: cannot import name 'IntType' from 'types'