[Python-3000] Some problems with urllib

Vizcayno vizcaynot at gmail.com
Sat Jun 21 04:34:30 CEST 2008


For Windows XP SP3:

.python
Python 3.0b1 (r30b1:64403M, Jun 19 2008, 14:56:09) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib
>>> opener = urllib.FancyURLopener({})
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'FancyURLopener'
>>> dir(urllib)
['__builtins__', '__doc__', '__file__', '__name__', '__package__',
'__path__']
>>>


More information about the Python-3000 mailing list