I have a Linode running Ubuntu 9.10 with a Python version of 2.6.4rc2

When I try to import namedtuple I get an ImportError.

What could be going wrong? This is a part of the standard library.

link|improve this question
feedback

1 Answer

namedtuple is in collections.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.