On Wed, 2005-11-09 at 10:39 -0500, Jack Neely wrote: > On Wed, Nov 09, 2005 at 11:40:40AM +0530, Manilal K M wrote: > > On 11/9/05, Stephen Mah <smah@xxxxxxxxxx> wrote: > > > ImportError: No module named whiteout > I can't get to the below website so I don't know what the suggested > method is there. Red Hat's build system is much different than what you > or I will be able to do and as a side affect the python path isn't set > correctly. In /usr/lib/anaconda-runtime/pkgorder add the line > > sys.path.append("/usr/lib/anaconda") > > below "import sys" and that should make the pkorder command work > propperly. Or export PYTHONPATH=/usr/lib/anaconda:/usr/lib/booty if you don't want to edit the pkgorder file. Paul