Quote:
Originally Posted by Deucalion21
Okey it works , thank you very much
Okey, I will not make another topic, becouse it is a connected, so i ask here. Now when i use the urllib i have something like that:
sysser:
Quote:
0223 20:00:01676 ::
introLogin.py(line:539) __LoadScript
Lib\urllib.py(line:87) urlopen
Lib\urllib.py(line:208) open
Lib\urllib.py(line:292) open_http
system.py(line:145) __pack_import
Lib\httplib.py(line:79) <module>
system.py(line:145) __pack_import
Lib\mimetools.py(line:6) <module>
system.py(line:145) __pack_import
Lib\tempfile.py(line:32) <module>
system.py(line:145) __pack_import
Lib\io.py(line:51) <module>
system.py(line:145) __pack_import
LoginWindow.__LoadScript.BindObject - <type 'exceptions.TypeError'>:__pack_import() takes at most 4 arguments (5 given)
How can i fix this?
|
search in system.pY:
def __pack_import(name,globals=None,locals=None,fromli st=None):
and change in:
def __pack_import(name,globals=None,locals=None,fromli st=None,arg5=None):