Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Here we go again another nightmare
#15
Quote:from urllib.request import urlopen
This only work in Python 3 and you use Python 2.
#Python 3
from urllib.request import urlopen

#Python 2
from urllib2 import urlopen
Quote:I can install anything Why? here I try to run a program with 'request in it, this is what i got.
Can not help when we do not know what you do,have you check etree.py.
As sparkz_alot suggests reinstall can be easier,if pip do not work.
Reply


Messages In This Thread
Here we go again another nightmare - by Blue Dog - Nov-10-2016, 12:18 AM
RE: Here we go again another nightmare - by snippsat - Nov-13-2016, 07:46 PM
RE: Here we go again another nightmare - by wavic - Nov-14-2016, 07:45 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020