> I need to create a pretty complex class at runtime.
You can take the approach that namedtuple does and create a python code for the 
class as string and then exec it. See 
http://svn.python.org/view/python/trunk/Lib/collections.py?view=markup

HTH,
--
Miki
http://pythonwise.blogspot.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to