Sorry for my simple question.
I try to use bencode.py from deluge or bittorrent 5.0.8.
But I find a string
from types import StringType, IntType, LongType, DictType, ListType, TupleType
but I do not know where this types is.
What I need to install for use this types?
The module
typesis a standard Python module included in the Python distribution. You don’t need to install anything in addition to Python itself.As far as I remember, it has been around forever (which means at least since Python 1.5).