I'll provide more details if necessary, but perhaps this is something
pretty obvious to someone.

I have a chunk of code that that unions several views together and then
sorts the resulting view.  It works fine.  But I really need to do this
kind of thing in a few places, so I thought I'd write a function to do so.
The function does exactly what the inline code did in creating the union of
the views and then it returns this view.  When I attempt to sort this, I
get an internal Python error.  The union view looks fine.  But the sort
just won't work.  If I leave the code in-line, it the sort works fine.

Any ideas?  (I suspect some goofy Python scoping thing is going on, but it
seems pretty obscure. )

--------------------------------------
Gary H. Merrill
Director and Principal Scientist, New Applications
Data Exploration Sciences
GlaxoSmithKline Inc.
(919) 483-8456




_______________________________________________
metakit mailing list  -  [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to