<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.5764" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=734350019-30072009><FONT face=Arial size=2>I have never done
anything like this before, so please excuse my ignorance if I am doing something
that I shouldn't. But there appears to be a bug in Tkinter.py in the delete
function in revision r65971, defined starting in line 2660. The line in question
is line 2670 and looks like:</FONT></SPAN></DIV>
<DIV><SPAN class=734350019-30072009><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=734350019-30072009><PRE> if (num_index1 is not None) and (num_index2 is not None):
</PRE><PRE>This line gets a message in PySolFC like:</PRE><PRE>TypeError: argument of type 'NoneType' is not iterable<BR></PRE><PRE>If have fixed this in my case by adding the phrase "and (self._tclCommands is not None)" to the line.</PRE><PRE> if (num_index1 is not None) and (num_index2 is not None) and (self._tclCommands is not None):<BR></PRE></SPAN></DIV>
<DIV> </DIV><!-- Converted from text/plain format --><SPAN
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Georgia; mso-bidi-font-style: italic">
<P class=MsoNormal style="MARGIN: 0in 0in 0pt" align=left><B><SPAN
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Georgia">John
McKown <?xml:namespace prefix = o ns =
"urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></B></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><I><SPAN
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Georgia">Systems Engineer
IV</SPAN></I></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><I><SPAN
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Georgia">IT</SPAN></I></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"></SPAN><SPAN
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Georgia; mso-bidi-font-style: italic"></SPAN> </P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Georgia; mso-bidi-font-style: italic">Administrative
Services Group<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><I><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Georgia"><o:p> </o:p></SPAN></I></P><SPAN
style="FONT-SIZE: 13.5pt; COLOR: navy; FONT-FAMILY: Georgia">
<P class=MsoNormal
style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"><SPAN
style="FONT-SIZE: 18pt; COLOR: #223d99; FONT-FAMILY: Arial; mso-fareast-font-family: Calibri"><STRONG>HealthMarkets</STRONG></SPAN><SUP><SPAN
style="FONT-SIZE: 14pt; COLOR: #213d99; FONT-FAMILY: Arial; mso-fareast-font-family: Calibri; mso-bidi-font-size: 12.0pt">®</SPAN></SUP><SUP><SPAN
style="FONT-SIZE: 18pt; COLOR: #213d99; FONT-FAMILY: Arial; mso-fareast-font-family: Calibri; mso-bidi-font-size: 12.0pt"><o:p></o:p></SPAN></SUP></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"></SPAN><B><SPAN
style="FONT-SIZE: 9pt; FONT-FAMILY: Georgia"></SPAN></B> </P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
style="FONT-SIZE: 8.5pt; FONT-FAMILY: Tahoma">9151 Boulevard 26 • N.
Richland Hills • TX 76010</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
style="FONT-SIZE: 8.5pt; FONT-FAMILY: Tahoma">(817) 255-3225 phone •
(817)-961-6183 cell<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
style="FONT-SIZE: 8.5pt; FONT-FAMILY: Tahoma">john.mckown@healthmarkets.com •
www.HealthMarkets.com<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
style="FONT-SIZE: 8.5pt; FONT-FAMILY: Tahoma"><o:p> </o:p></SPAN></P><SPAN
style="FONT-SIZE: 7.5pt; COLOR: #555555; FONT-FAMILY: Tahoma">
<P class=MsoNormal
style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: 115%"><SPAN><STRONG>Confidentiality
Notice:</STRONG> This e-mail message may contain confidential or proprietary
information. If you are not the intended recipient, please contact the sender by
reply e-mail and destroy all copies of the original message.
HealthMarkets<SUP>®</SUP> is the brand name for products underwritten and issued
by the insurance subsidiaries of HealthMarkets, Inc. –The Chesapeake Life
Insurance Company<SUP>®</SUP>, Mid-West National Life Insurance Company of
Tennessee<SUP>SM</SUP> and The MEGA Life and Health Insurance
Company.<SUP>SM</SUP><o:p></o:p></SPAN></P></SPAN><FONT face=Arial
size=2></FONT>
<DIV> </DIV></BODY></HTML>