On Fri, 2002-06-21 at 21:14, davoid@xxxxxxxxxxxx wrote: > Hi > > Using anaconda 7.3 I try to run ./anaconda but python whines about not > finding module _isys > > Where is this module located... I see yo have a isys module but no _isys. isys.py calls functions in a shared library called _isysmodule.so, which contains python routines written in C. If you're talking about trying to run this from within the build tree, you'll have to do a top level make to build the isys module, along with (IIRC) a couple of others. in the build tree, _isysmodule.so is in the isys subdirectory, in /usr/lib/anaconda it's in the topdir along with isys.py. HTH, Dave > > any ideas? > > thanks.. > > > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/anaconda-devel-list