A Thursday 17 September 2009 20:44:04 Vineet Jain escrigué: > >> Won't PyTables' enumerated types would serve you better in this case? > > Do all the possible values for enum have to be known at table definition > time? Can I dynamically add new entries to the enum class and then insert > them using the row.append()
Ah, nope. In order to use enumerated types you need to know all the different values beforehand, so I guess this is not an option for you. -- Francesc Alted ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
