Dnia poniedziaĆek, 23 listopada 2009 o 13:43:40 Marc Olzheim napisaĆ(a): > I was wondering which versions of python were supported by bitbake,
1.8 branch works with 2.4+, 1.10 and master require 2.6 version of Python. Older versions are not supported. > as I noticed some files containing python 2.3 compatibility code for set(), > but not all. > > Should all .py files using set() have the > 'try: set except NameError: from sets import Set as set' code ? Or should > that be removed from all files ? set() was removed from Bitbake after 1.8.12 was released. I would like to know where did you found use of set() as I thought that I removed all of them. Regards, -- JID: [email protected] Website: http://marcin.juszkiewicz.com.pl/ LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz _______________________________________________ Bitbake-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bitbake-dev
