TypeError: cannot concatenate 'str' and 'NoneType' objects

Fredrik Lundh fredrik at pythonware.com
Wed Dec 20 14:39:52 EST 2006


Fredrik Lundh wrote:

>      while Townshps is not None:

or rather,

     while Townshp is not None:

since that's the variable you're using later on.

</F>




More information about the Python-list mailing list