EuGeNe wrote: > Hi there, > > I am no expert but wanted to give bicyclerepairman 0.9 a go just to see > what a refactoring browser is and does. Followed every step of the > install, I think, but idle doesn't start with the RepairMan section in > config-extensions.def ... is it incompatible with 2.4? > > Thanks for your help. > > -- > EuGeNe
There seems to be a change in idlelib in Python 2.4. Apply following patch to BicycleRepairMan_Idle.py: @@ -87,6 +87,7 @@ mbar = editwin.menubar editwin.menudict[name] = menu = Menu(mbar, name = name) mbar.add_cascade(label = label, menu = menu, underline = underline) + self.editwin.fill_menus(self.menudefs) # Initialize Bicyclerepairman and import the code path = self.editwin.io.filename -- http://mail.python.org/mailman/listinfo/python-list