bicyclerepairman python24 windows idle :(

E

EuGeNe

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

[----
www.boardkulture.com
www.actiphot.com
www.xsbar.com
----]
 
K

Kim Changjune

EuGeNe said:
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.

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
 
E

EuGeNe

Kim said:
EuGeNe said:
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.


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

thanks for the tip ... unfortunately it doesn't work either. IDLE
doesn't start.

--
EuGeNe

[----
www.boardkulture.com
www.actiphot.com
www.xsbar.com
----]
 
E

EuGeNe

Kim said:
EuGeNe said:
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.


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

sorry but it didn't make any difference ... idle doens't start :(

--
EuGeNe

[----
www.boardkulture.com
www.actiphot.com
www.xsbar.com
----]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top