dear python users
I am not sure why I am getting
*************** *************** *************** *************** ****
Traceback (most recent call last):
File "my.py", line 3, in ?
urlparse('http://www.cwi.nl:80/%7Eguido/Python.html')
TypeError: 'module' object is not callable
*************** *************** *************** *************** ****
with this code
*************** *************** *************** *************** ****
import urlparse
urlparse('http://www.cwi.nl:80/%7Eguido/Python.html')
*************** *************** *************** *************** ****
thank you
I am not sure why I am getting
*************** *************** *************** *************** ****
Traceback (most recent call last):
File "my.py", line 3, in ?
urlparse('http://www.cwi.nl:80/%7Eguido/Python.html')
TypeError: 'module' object is not callable
*************** *************** *************** *************** ****
with this code
*************** *************** *************** *************** ****
import urlparse
urlparse('http://www.cwi.nl:80/%7Eguido/Python.html')
*************** *************** *************** *************** ****
thank you
Comment