bicyclerepairman python24 windows idle :(

2014-09-04 Thread Stewart Graff (Visual Concepts)
Lines 304 - 318 contain non-ascii characters.

You need to rewrite all of the leading whitespace for the function

def confirm_buffer_is_saved(self, editwin):

Make sure you also replace the nbs p;  with spaces on line 313.


-- 
https://mail.python.org/mailman/listinfo/python-list


Re: bicyclerepairman python24 windows idle :(

2014-09-04 Thread Ned Batchelder

On 9/4/14 1:51 PM, Stewart Graff (Visual Concepts) wrote:

Lines 304 – 318 contain non-ascii characters.

You need to rewrite all of the leading whitespace for the function

def confirm_buffer_is_saved(self, editwin):

Make sure you also replace the “nbs p; “ with spaces on line 313.





This seems like enough of a non-sequitur that I wonder if you posted it 
in the wrong place?


--
Ned Batchelder, http://nedbatchelder.com

--
https://mail.python.org/mailman/listinfo/python-list


Re: bicyclerepairman python24 windows idle :(

2014-09-04 Thread John Ladasky
On Thursday, September 4, 2014 1:52:37 PM UTC-7, Ned Batchelder wrote:

 This seems like enough of a non-sequitur that I wonder if you posted it 
 in the wrong place?

Maybe someone is trying out a new chatbot program?
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: bicyclerepairman python24 windows idle :(

2014-09-04 Thread Rustom Mody
On Friday, September 5, 2014 2:22:37 AM UTC+5:30, Ned Batchelder wrote:
 On 9/4/14 1:51 PM, Stewart Graff (Visual Concepts) wrote:
  Lines 304 - 318 contain non-ascii characters.
  You need to rewrite all of the leading whitespace for the function
  def confirm_buffer_is_saved(self, editwin):
  Make sure you also replace the nbs p;  with spaces on line 313.

 This seems like enough of a non-sequitur that I wonder if you posted it 
 in the wrong place?


Bicycle repair man is a refactoring plugin for python
http://bicyclerepair.sourceforge.net/

Last I knew it hadnt worked for some years though I see an update in 2013

Its closest successor is rope I guess.
If you want this though, pydev (eclipse) is probably more appropriate today
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: bicyclerepairman python24 windows idle :(

2005-02-06 Thread EuGeNe
Kim Changjune wrote:
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
thanks for the tip ... unfortunately it doesn't work either. IDLE 
doesn't start.

--
EuGeNe
[
www.boardkulture.com
www.actiphot.com
www.xsbar.com
]
--
http://mail.python.org/mailman/listinfo/python-list


Re: bicyclerepairman python24 windows idle :(

2005-02-06 Thread EuGeNe
Kim Changjune wrote:
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
sorry but it didn't make any difference ... idle doens't start :(
--
EuGeNe
[
www.boardkulture.com
www.actiphot.com
www.xsbar.com
]
--
http://mail.python.org/mailman/listinfo/python-list


bicyclerepairman python24 windows idle :(

2005-02-04 Thread 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
]
--
http://mail.python.org/mailman/listinfo/python-list


Re: bicyclerepairman python24 windows idle :(

2005-02-04 Thread Kim Changjune

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