3XMaster Posted August 31, 2011 Report Share Posted August 31, 2011 (edited) Boa noite Doutores.Seguinte, estou iniciando meus estudos em Python, e de cara não consigo descobrir o erro do código abaixo:import urllib.request page = urllib.request.urlopen("http://www.beans-r-us.biz/prices.html") text = page.read().decode("utf8") print(text)O erro apresentado é o seguinte:Traceback (most recent call last): File "C:\Python25\pagina.py", line 1, in <module> import urllib.requestImportError: No module named requestSerá que preciso instalar alguma biblioteca? Edited August 31, 2011 by 3XMaster Quote Link to comment Share on other sites More sharing options...
0 3XMaster Posted September 1, 2011 Author Report Share Posted September 1, 2011 Pessoas, consegui resolver o problema.Atualizei o programa, para o 3.2. Vlw Quote Link to comment Share on other sites More sharing options...
Question
3XMaster
Boa noite Doutores.
Seguinte, estou iniciando meus estudos em Python, e de cara não consigo descobrir o erro do código abaixo:
O erro apresentado é o seguinte:
Traceback (most recent call last):
File "C:\Python25\pagina.py", line 1, in <module>
import urllib.request
ImportError: No module named request
Será que preciso instalar alguma biblioteca?
Edited by 3XMasterLink to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.