I have one problem with my client. The login button has no function. If I don't write anything in the login-box, and I press connect, the messaje "You need an ID/ password" is appear, but if I write an account, and press the connection button, nothing happens.
In the sysser :
Code:
0608 17:11:06553 :: Traceback (most recent call last): 0608 17:11:06554 :: File "ui.py", line 682, in OnIMEReturn 0608 17:11:06554 :: File "ui.py", line 87, in __call__ 0608 17:11:06554 :: File "ui.py", line 69, in __call__ 0608 17:11:06554 :: File "introLogin.py", line 1884, in __OnClickLoginButton 0608 17:11:06554 :: File "introLogin.py", line 896, in Connect 0608 17:11:06555 :: File "C:\python22\lib\urllib.py", line 73, in urlopen 0608 17:11:06555 :: File "C:\python22\lib\urllib.py", line 178, in open 0608 17:11:06555 :: File "C:\python22\lib\urllib.py", line 251, in open_http 0608 17:11:06555 :: File "system.py", line 137, in __pack_import 0608 17:11:06555 :: File "C:\Python22\Lib\httplib.py", line 72, in ? 0608 17:11:06556 :: File "system.py", line 137, in __pack_import 0608 17:11:06556 :: ImportError 0608 17:11:06556 :: : 0608 17:11:06556 :: No module named urlparse 0608 17:11:06556 ::





