1 ------------------------------------------------------------------
2 T h e O p e n E m b e d d e d F A Q
3 ------------------------------------------------------------------
5 Question: I can't build anything! I get the following error:
7 Traceback (most recent call last):
8 File "/opt/opie/oe/oe/bin/oebuild", line 5, in ?
10 File "/opt/opie/oe/oe/bin/oe/__init__.py", line 1336, in ?
11 def read_oe(oefile, inherit = False, classname = None):
12 NameError: name 'False' is not defined
14 Answer: You need at least Python 2.2 - recommended is Python 2.3.2
16 -------------------------------------------------------------------