Problemas con modulos

Hola, Estoy intentando conectarme a twitter para recibir tweets, sin embargo algunos códigos que he bajado de internet, me indican que debo de instalar tweepy y matplotlib, lo hago y sigo recibiendo el mensaje de que no están instalados. tweepy no reporta problemas, lo invoco en la línea de comandos, todo bien, Igual con matplotlib requiere de varias dependencias (dateutils, numpy, tornado, etc, ya las instales) antes de su instalación, pero ya en el editor de Python, al ejecutar el código, me aparece el siguiente mensaje: ImportError: No module named 'matplotlib' alguna idea? Felipe

Just to mention that I already answered this (in Spanish, in private), redirecting to proper lists. Regards, 2016-04-29 5:04 GMT-03:00 Felipe Ruiz via Python-Dev <python-dev@python.org>:
Hola,
Estoy intentando conectarme a twitter para recibir tweets, sin embargo algunos códigos que he bajado de internet, me indican que debo de instalar tweepy y matplotlib, lo hago y sigo recibiendo el mensaje de que no están instalados. tweepy no reporta problemas, lo invoco en la línea de comandos, todo bien, Igual con matplotlib requiere de varias dependencias (dateutils, numpy, tornado, etc, ya las instales) antes de su instalación, pero ya en el editor de Python, al ejecutar el código, me aparece el siguiente mensaje:
ImportError: No module named 'matplotlib'
alguna idea?
Felipe
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/facundobatista%40gmail.co...
-- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ Twitter: @facundobatista

Thank you Facundo, and thanks for following up here! (I wonder if it wouldn't have been just as efficient if you had just BCC'ed the list to your original response? Or perhaps with a brief English note at the top?) 2016-04-29 9:37 GMT-07:00 Facundo Batista <facundobatista@gmail.com>:
Just to mention that I already answered this (in Spanish, in private), redirecting to proper lists.
Regards,
2016-04-29 5:04 GMT-03:00 Felipe Ruiz via Python-Dev < python-dev@python.org>:
Hola,
Estoy intentando conectarme a twitter para recibir tweets, sin embargo algunos códigos que he bajado de internet, me indican que debo de instalar tweepy y matplotlib, lo hago y sigo recibiendo el mensaje de que no están instalados. tweepy no reporta problemas, lo invoco en la línea de comandos, todo bien, Igual con matplotlib requiere de varias dependencias (dateutils, numpy, tornado, etc, ya las instales) antes de su instalación, pero ya en el editor de Python, al ejecutar el código, me aparece el siguiente mensaje:
ImportError: No module named 'matplotlib'
alguna idea?
Felipe
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe:
https://mail.python.org/mailman/options/python-dev/facundobatista%40gmail.co...
-- . Facundo
Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ Twitter: @facundobatista _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (python.org/~guido)

Guido van Rossum writes:
Thank you Facundo, and thanks for following up here! (I wonder if it wouldn't have been just as efficient if you had just BCC'ed the list to your original response? Or perhaps with a brief English note at the top?)
BCC'ing lists usually gets your post held, rejected, or just discarded, although I don't have access to the python-dev configuration. IIRC reject is the default in Mailman.

2016-04-29 13:52 GMT-03:00 Guido van Rossum <guido@python.org>:
Thank you Facundo, and thanks for following up here! (I wonder if it wouldn't have been just as efficient if you had just BCC'ed the list to your original response? Or perhaps with a brief English note at the top?)
Probably yes, I didn't want to mess the list with non-english stuff :) Regards, -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ Twitter: @facundobatista
participants (4)
-
Facundo Batista
-
Guido van Rossum
-
ruizriverafelipejavier@yahoo.com.mx
-
Stephen J. Turnbull