On Sun, 2012-04-01 at 22:04 +0000, Jon Chiappetta wrote: > My previous post might have been on the wrong track in trying to run > anaconda in text mode. When I just > try running the command below I get the following error: > > $ ./anaconda You realize this is an operating system installer, right? It's not an application you want to run on a regular system to play with. You should probably be at least doing this in qemu or similar. Consider starting with a released Fedora install tree and using updates images to modify as you wish: http://fedoraproject.org/wiki/Anaconda/Updates > Traceback (most recent call last): > File "./anaconda", line 605, in <module> > from pyanaconda.flags import flags > File "/home/jchiappetta/Desktop/anaconda/pyanaconda/__init__.py", > line 33, in <module> > import isys > File > "/home/jchiappetta/Desktop/anaconda/pyanaconda/isys/__init__.py", line > 30, in <module> > import _isys > ImportError: No module named _isys > > Are there any tips to get past this? PYTHONPATH=.:./pyanaconda/isys/.libs/ ./anaconda > > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list