[Insight-users] sorry, im again with wrappers
Brad King
brad.king at kitware.com
Mon Aug 1 09:47:27 EDT 2005
Gaetan Lehmann wrote:
> I found the problem. It's just the import order.
>
> Replacing
>
> from itkbasicfilters import *
> from itknumerics import *
>
> in itkalgorithms.py by
>
> from itknumerics import *
> from itkbasicfilters import *
>
> solve the problem.
I've updated itkbasicfilters.py to load itknumerics first and switched
the order in itkalgorithms.py. This should put in the proper ordering
dependency and solve the problem.
-Brad
More information about the Insight-users
mailing list