Ingår urllib2-biblioteket i standard python i 10.4? jag får följande felmeddelande:
[FONT="Courier New"] >>> import urllib2
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/sw/lib/python2.3/urllib2.py", line 94, in ?
import inspect
File "/sw/lib/python2.3/inspect.py", line 31, in ?
import sys, os, types, string, re, dis, imp, tokenize, linecache
File "/sw/lib/python2.3/re.py", line 5, in ?
from sre import *
File "/sw/lib/python2.3/sre.py", line 97, in ?
import sre_compile
File "/sw/lib/python2.3/sre_compile.py", line 17, in ?
assert _sre.MAGIC == MAGIC, "SRE module mismatch"
AssertionError: SRE module mismatch
>>>
[/FONT]