0

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.

Ben
  • 101
  • 2

1 Answers1

2

namedtuple is in collections.

Ignacio Vazquez-Abrams
  • 45,939
  • 6
  • 79
  • 84