> diff --git a/anaconda b/anaconda > index 4f63977..6f3e27f 100755 > --- a/anaconda > +++ b/anaconda > @@ -163,7 +163,7 @@ def setupPythonUpdates(): > os.access("/tmp/updates/%s/%s" %(pypkg, f[:-1]),os.R_OK)): > # dont copy .pyc files we are replacing with updates > continue > - else: > + elif os.path.isdir("/tmp/updates/%s" % (pypkg,)): > os.symlink("/usr/%s/python%s/site-packages/%s/%s" %(libdir, > pyver, > pypkg, I don't know that I agree with this. Doesn't the os.listdir on line 157 mean that pypkg has to be a directory? What problem are you seeing? The other two look fine. I'm going to git-am them into the tree and do a rebuild, since it's kind of an emergency. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list