Hi,
this should be covered by
https://bugzilla.redhat.com/show_bug.cgi?id=893892,
(ie your latest traceback is in
https://bugzilla.redhat.com/show_bug.cgi?id=893892#c26)
We have updates image with simple fix for F18 Common Bugs:
http://fedoraproject.org/wiki/Common_F18_bugs#Live_installation_on_m
During the network install section I got the fallowing:
Next Item was:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 91, in run
threading.Thread.run(self, *args, **kwargs)
File "/usr/lib/python2.7/threading.py", line 504, in run
hello,
I did a fix change to the installer.
This is on i386 not sure about x64 coding.
Fix was in file:
/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes/network.py
line 960:
from
@hostname.setter
def hostname(self, value):
self.entry_hostname.set_text(value)
To:
@ho