RE: [SE|PY-macdev] Continuing OS X compiling
Brought to you by:
sephiroth_tmm
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-24 17:44:15
|
In the wxpython installation do you have the PyShell editor? I have it under c:/python23/Scripts/pyshell Alessandro Crugnola - sephiroth --------------------------------------------- Macromedia Flash Team Volunteer http://www.macromedia.com/go/team Flash && PHP developer ale...@se... *relax with SEPY http://www.sf.net/projects/sepy --------------------------------------------- =20 ::-----Original Message----- ::From: sep...@li...=20 ::[mailto:sep...@li...] On Behalf Of valley ::Sent: sabato 21 agosto 2004 9.11 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::Another thing that doesn't work properly with OS X is the=20 ::grouping of the panels (like Todo, Files, XML Parser, ...)=20 ::above the left split pane... ::In the Windows version the panels are divided and grouped=20 ::vertically considering the width of the left split pane. ::With OS X this width is never used and therefore all panels=20 ::are on the same horizontal line with the effect that some of=20 ::the panels lie above the right split pane where they are not=20 ::accessible by the user until you manually drag the border of=20 ::the split pane to the right. :: ::valley :: :: :: :: ::----- Original Message ----- ::From: "valley" <va...@ic...> ::To: <sep...@li...> ::Sent: Saturday, August 21, 2004 12:25 AM ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: :: ::No, when I do so, then the next recursion error appears on line 1536: :: self.super_parent.mainmenu.Enable(ID_UNDO, self.CanUndo()) :: ::I think I found the problem: Go to line 598 in Editor.py, =20 ::where the autocompletion is defined. There you bind the event=20 ::for the UpdateUI with 'OnUpdateInterface'. ::When I just comment this line 'self.Bind(EVT_STC_UPDATEUI,=20 ::self.OnUpdateInterface)' ::then there is no recursion error anymore... ::It seems that something with this binding is called endlessly=20 ::until the recursion error occurs. ::So perhaps you have to change something with this line 598 ;-) :: ::valley :: :: :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Friday, August 20, 2004 9:50 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::Do you mean that commenting both the line with GetCurrentPos=20 ::the exception does not raise? :: ::Alessandro Crugnola - sephiroth ::--------------------------------------------- ::Macromedia Flash Team Volunteer ::http://www.macromedia.com/go/team ::Flash && PHP developer ::ale...@se... :: ::*relax with SEPY http://www.sf.net/projects/sepy ::--------------------------------------------- :: :: ::::-----Original Message----- ::::From: sep...@li... ::::[mailto:sep...@li...] On Behalf Of valley ::::Sent: venerd=EC 20 agosto 2004 20.30 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::Actually commenting these 2 lines don't have a better effect. ::::I think that the recursion error takes place in the=20 ::following ::line when calling 'self.GetCurrentPos()', either=20 ::for the ::caretPos, or - when I replace this line with 'caretPos =3D = 0' ::::the recursion error happens in the next line=20 ::::'self.current_pos =3D self.GetCurrentPos()' ::::So we should look at what happens (wrong) in this function. :::: ::::valley :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Friday, August 20, 2004 7:49 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::They are all necessary for SEPY in order to work.. ::::But at least we found where the error starts propagating... :::: :::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", line=20 ::::1529, in OnUpdateInterface :::: ::::So, try to comment the first 2 lines of that method in this way: :::: :::: def OnUpdateInterface(self, event): :::: #if self.AutoCompActive() or self.CallTipActive(): :::: # return :::: caretPos =3D self.GetCurrentPos() :::: self.current_pos =3D self.GetCurrentPos() :::: :::: ::::Alessandro Crugnola - sephiroth ::::--------------------------------------------- ::::Macromedia Flash Team Volunteer ::::http://www.macromedia.com/go/team ::::Flash && PHP developer ::::ale...@se... :::: ::::*relax with SEPY http://www.sf.net/projects/sepy ::::--------------------------------------------- :::: :::: ::::::-----Original Message----- ::::::From: sep...@li... ::::::[mailto:sep...@li...] On=20 ::Behalf Of valley ::::::Sent: venerd=EC 20 agosto 2004 18.19 ::::::To: sep...@li... ::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::: ::::::Wow, with all "Bind" event lines commented no recursion=20 ::::error ::occurs anymore and editing of documents also works=20 ::::fine, ::including saving. ::::::Can we just leave away all these event lines or are they=20 ::::::necessary for some action inside SEPY ? :::::: ::::::valley :::::: :::::: :::::: :::::: ::::::----- Original Message ----- ::::::From: "valley" <va...@ic...> ::::::To: <sep...@li...> ::::::Sent: Friday, August 20, 2004 7:04 PM ::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::: :::::: ::::::Ok, I didn't comment the "Bind" event lines yet, but with=20 ::::the ::newest cvs version I now get another error, just=20 ::before ::the ::Untitled Document opens: :::::: ::::::Traceback (most recent call last): :::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", line=20 ::::::1529, in OnUpdateInterface :::::: if self.AutoCompActive() or self.CallTipActive(): ::::::RuntimeError: maximum recursion depth exceeded :::::: ::::::And this error also appears after I entered a character=20 ::in ::::the Untitled Doc (and had to wait about 20 secs). :::::: ::::::Now I try to comment these "Bind" lines... :::::: ::::::valley :::::: :::::: :::::: :::::: ::::::----- Original Message ----- ::::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::::To: <sep...@li...> ::::::Sent: Thursday, August 19, 2004 6:01 PM ::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::: :::::: ::::::Hi again! ::::::Holidays was great... After 5 days of sea beach and girls=20 ::::is ::so difficult to find out what i was thinking with SEPY=20 ::::^_^ Anyway. ::::::The recursion come before creating a document or after? ::::::Try this thing. ::::::Open the Editor.py file and comment out ALL lines with a=20 ::::::"Bind" event. Then tell me if the recursion occurs again. ::::::P.S. I just updated the cvs version with some fixes :::::: ::::::Alessandro Crugnola - sephiroth ::::::--------------------------------------------- ::::::Macromedia Flash Team Volunteer ::::::http://www.macromedia.com/go/team ::::::Flash && PHP developer ::::::ale...@se... :::::: ::::::*relax with SEPY http://www.sf.net/projects/sepy ::::::--------------------------------------------- :::::: :::::: ::::::::-----Original Message----- ::::::::From: sep...@li... ::::::::[mailto:sep...@li...] On=20 ::::Behalf ::Of ::Valentin Treu ::::::::Sent: gioved=EC 19 agosto 2004 13.13 ::::::::To: sep...@li... ::::::::Subject: [SE|PY-macdev] Continuing OS X compiling :::::::: ::::::::Hi Alessandro, :::::::: ::::::::hope your holidays were fine ? ::::::::With SEPY on OS X it seems we are still stuck at the=20 ::::point ::::where this recursion error occurs, so SEPY comes=20 ::up ::but ::then ::just loops and loops... ::::::::Can we go on from here ? I hope you have some ideas for=20 ::::the ::::next steps to test ;-) :::::::: ::::::::Thanks & regards ::::::::valley :::::::: :::::::: :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::::Toner - ::Free ::Shipping and Free Gift. ::::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::::_______________________________________________ ::::::::sepy-macdev mailing list ::::::::sep...@li... ::::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::::: :::::: :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price=20 ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk=20 ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink &=20 ::Toner - ::Free ::Shipping and Free Gift. ::::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::::_______________________________________________ ::::::sepy-macdev mailing list ::::::sep...@li... ::::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner -=20 ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::::DVD+R for only $33 Save 50% off Retail on Ink & Toner -=20 ::Free ::Shipping and Free Gift. ::::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::::_______________________________________________ ::::sepy-macdev mailing list ::::sep...@li... ::::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free=20 ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free=20 ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on=20 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic=20 ::DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free=20 ::Shipping and Free Gift. ::http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev :: |