tutorial python attributes module mechanize-python

tutorial - python: el módulo no tiene ningún atributo mecanizar



mechanize python 3 (1)

Cambia tu nombre de archivo de mechanize.py. Python está importando su archivo como el módulo.

#!/usr/bin/env python import mechanize mech = mechanize.Browser() page = br.open(SchoolRank(''KY''))

Da:

Traceback (most recent call last): File "mechanize.py", line 2, in <module> import mechanize File "/home/jcress/Documents/programming/schooldig/trunk/mechanize.py", line 12, in <module> mech = mechanize.Browser() AttributeError: ''module'' object has no attribute ''Browser''

Y estoy confundido Tengo el módulo instalado para 2.6 y 2.7, el mismo resultado ...