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>
--
http://mail.python.org/mailman/listinfo/python-list
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>
--
http://mail.python.org/mailman/listinfo/python-list