From: Bruce S. <ba...@an...> - 2001-06-10 04:08:30
|
Dave Scherer discovered the change in Python 2.1 that made Visual fail. It is no longer legal to do the direct comparison "numeric_array == None". Instead, you now have to do essentially "value.is(Nothing())" instead of "value == Nothing()". We'll make these changes and then be able to move up to Python 2.1 Bruce Sherwood |