From 476b32e636a99393cfdf177e115b78441887611c Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sat, 20 Dec 2003 02:36:44 +0000 Subject: [PATCH] --- doc/FAQ | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/FAQ diff --git a/doc/FAQ b/doc/FAQ new file mode 100644 index 00000000..3236d9fa --- /dev/null +++ b/doc/FAQ @@ -0,0 +1,18 @@ +------------------------------------------------------------------ + T h e O p e n E m b e d d e d F A Q +------------------------------------------------------------------ + +Question: I can't build anything! I get the following error: + +Traceback (most recent call last): + File "/opt/opie/oe/oe/bin/oebuild", line 5, in ? + from oe import * + File "/opt/opie/oe/oe/bin/oe/__init__.py", line 1336, in ? + def read_oe(oefile, inherit = False, classname = None): +NameError: name 'False' is not defined + +Answer: You need at least Python 2.2 - recommended is Python 2.3.2 + +------------------------------------------------------------------- + + -- 2.20.1