Message from discussion
ValueError: need more than 1 value to unpack
Path: g2news1.google.com!postnews.google.com!q19g2000prn.googlegroups.com!not-for-mail
From: laxmikiran.ba...@gmail.com
Newsgroups: comp.lang.python
Subject: ValueError: need more than 1 value to unpack
Date: 23 May 2007 21:34:38 -0700
Organization: http://groups.google.com
Lines: 21
Message-ID: <1179981278.089022.216960@q19g2000prn.googlegroups.com>
NNTP-Posting-Host: 203.91.193.50
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1179981289 2161 127.0.0.1 (24 May 2007 04:34:49 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 24 May 2007 04:34:49 +0000 (UTC)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.0 Proxy1 (NetCache NetApp/6.0.4), 1.0 Proxy1 (NetCache NetApp/6.0.4)
Complaints-To: groups-abuse@google.com
Injection-Info: q19g2000prn.googlegroups.com; posting-host=203.91.193.50;
posting-account=8fQfMg0AAAC9TJmGh5XeNyuSATbCM_gx
ValueError: need more than 1 value to unpack . This is the error I
get
when I am using pyRXPU in the one of the scripts to get the strings
from an application. Can anybody throw some light on this ..what might
be the solution for this.
If I use pyRXP iam not getting the mentioned error.
Error information for the reference :
Traceback (most recent call last):
File "D:\LanguageScripts\Screens.py", line 106, in
test_1_01_DoSomething
TitlenSoftkeyfn()
File "D:\LanguageScripts\EventLog_Screens.py", line 66, in
TitlenSoftkeyfn
titleBar = root.TitleBar.currentText
File "D:\LanguageScripts\XmlWrapper.py", line 35, in __getattr__
tagName, attrs, children, spare = child
ValueError: need more than 1 value to unpack