[Python] problema di import con email generator

Giovanni Porcari giovanni.porcari a softwell.it
Sab 10 Nov 2012 10:35:24 CET


Stamattina mi sono trovato un errore che non riesco a spiegarmi.

Python 2.7.2
>>> import email

>>> email.generator
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'generator'


>>> import email.generator as eg
>>> dir (eg)
['DecodedGenerator', 'Generator', 'Header', 'NL', 'StringIO', 'UNDERSCORE', '_FMT', '__all__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '_fmt', '_is8bitstring', '_make_boundary', '_width', 'fcre', 'random', 're', 'sys', 'time', 'warnings']
>>> 



Si tratta di un baco (magari noto) o c'è qualcosa che mi sfugge ?

Grazie

G


Maggiori informazioni sulla lista Python