Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 291858 Details for
Bug 331091
python-ruledispatch makes anaconda fail
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to place /usr/lib/anaconda after RHUpdate paths in sys.path
anaconda-dispatch.patch (text/plain), 840 bytes, created by
Toshio Ernie Kuratomi
on 2008-01-16 15:23:39 UTC
(
hide
)
Description:
Patch to place /usr/lib/anaconda after RHUpdate paths in sys.path
Filename:
MIME Type:
Creator:
Toshio Ernie Kuratomi
Created:
2008-01-16 15:23:39 UTC
Size:
840 bytes
patch
obsolete
>diff -up anaconda-11.4.0.21/anaconda.orig anaconda-11.4.0.21/anaconda >--- anaconda-11.4.0.21/anaconda.orig 2008-01-16 06:58:56.000000000 -0800 >+++ anaconda-11.4.0.21/anaconda 2008-01-16 07:14:05.000000000 -0800 >@@ -327,7 +327,15 @@ def setupPythonPath(): > sys.path.append('textw') > sys.path.append('iw') > else: >- sys.path.append('/usr/lib/anaconda') >+ haveUpdates = False >+ for pathIndex in range(0, len(sys.path) - 1): >+ if sys.path[pathIndex].endswith('RHupdates'): >+ haveUpdates = True >+ break >+ if haveUpdates: >+ sys.path.insert(pathIndex + 1, '/usr/lib/anaconda') >+ else: >+ sys.path.insert(0, '/usr/lib/anaconda') > sys.path.append('/usr/lib/anaconda/textw') > sys.path.append('/usr/lib/anaconda/iw') >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 331091
: 291858