Dan, You probably didn't copy all the files to the appropriate places. There were few additional icons and also packagemanager.glade. Please make sure you are using right packagemanager.glade.
You can copy over those files or try to run the pacakgemanager with env variable: os.environ["PACKAGE_MANAGER_ROOT"] best Michal Dan Price wrote: > On Thu 09 Oct 2008 at 10:49AM, [EMAIL PROTECTED] wrote: >> Author: Michal Pryc<[EMAIL PROTECTED]> >> Repository: /hg/pkg/gate >> Latest revision: cd4e8df4322b64afcb7e70dd9084e4ab3bf69f14 >> Total changesets: 1 >> Log message: > > Michal, > > After this change, when running the packagemanager on either a regular > or an alternate image, I get a fatal failure during startup: > > $ ./packagemanager.py -R /tmp/woop > Traceback (most recent call last): > File "./packagemanager.py", line 2105, in ? > packagemanager = PackageManager() > File "./packagemanager.py", line 187, in __init__ > clear_search_image.set_from_stock(gtk.STOCK_CLEAR, gtk.ICON_SIZE_MENU) > AttributeError: 'NoneType' object has no attribute 'set_from_stock' > > I tried a 'make clobber' and 'make install' but that also did not > resolve the problem. > > If I comment out the one offending line of code, it seems to start > up OK. > > One thing I also noticed is that Ctrl-C of the GUI does not > cause it to exit right away-- instead it waits for about 10 > seconds, then dies. It also prints a stack trace when ctrl-c'ing: > > ^CTraceback (most recent call last): > File "./packagemanager.py", line 2155, in ? > main() > File "./packagemanager.py", line 2101, in main > gtk.main() > KeyboardInterrupt > > -dp > _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
