Foros del Web » Programando para Internet » Python »

problema importando matplotlib

Estas en el tema de problema importando matplotlib en el foro de Python en Foros del Web. Buenas, simplemente intentaba importat matplotlib y me estoy encontrando con este error: @import url("http://static.forosdelweb.com/clientscript/vbulletin_css/geshi.css"); Código Python: Ver original >>> import matplotlib Traceback ( most recent ...
  #1 (permalink)  
Antiguo 08/12/2013, 05:44
 
Fecha de Ingreso: octubre-2013
Mensajes: 59
Antigüedad: 10 años, 5 meses
Puntos: 0
problema importando matplotlib

Buenas, simplemente intentaba importat matplotlib y me estoy encontrando con este error:

Código Python:
Ver original
  1. >>> import matplotlib
  2. Traceback (most recent call last):
  3.   File "<stdin>", line 1, in <module>
  4.   File "C:\Python27\lib\site-packages\matplotlib\__init__.py", line 125, in <module>
  5.     raise ImportError("matplotlib requires pyparsing")
  6. ImportError: matplotlib requires pyparsing

Alguna idea de como solucionarlo?

Por si esta informacion es de ayuda:

Código Python:
Ver original
  1. >>> print (sys.version)
  2. 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)]
  #2 (permalink)  
Antiguo 08/12/2013, 06:06
 
Fecha de Ingreso: mayo-2013
Mensajes: 207
Antigüedad: 10 años, 11 meses
Puntos: 31
Respuesta: problema importando matplotlib

¿tienes pyparsing instalado? (No es muy dificil leer los errores en python, la ultima linea es la clave)

Etiquetas: 2013
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 10:06.