sepy-macdev Mailing List for SE|PY ASEditor (Page 13)
Brought to you by:
sephiroth_tmm
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(16) |
Aug
(41) |
Sep
(99) |
Oct
(4) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(51) |
Feb
(24) |
Mar
(4) |
Apr
|
May
|
Jun
(17) |
Jul
(39) |
Aug
(14) |
Sep
(12) |
Oct
(4) |
Nov
(2) |
Dec
(4) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-25 10:15:28
|
I create the left notebook in SEPY.py: def _createLeftPanel(self): if wx.Platform =3D=3D '__WXMSW__': n_style =3D = wx.CLIP_CHILDREN|wx.DOUBLE_BORDER|wx.NB_MULTILINE else: n_style =3D wx.CLIP_CHILDREN|wx.DOUBLE_BORDER self.notebook_l =3D wx.Notebook(self.window_1, -1, = style=3Dn_style) As you can see i allow MULTILINE tabs only for Windows platform, in fact = the multiline tabs are allowed only under Windows platform. But i thought that under the others platform a sort of tab scroller = should appear when tabs cannot fit. (it happens under windows too) 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: marted=EC 24 agosto 2004 23.17 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::...and I found an example wxNotebook.py, where all tabs are=20 ::also on the same horizontal line. When I resize the window=20 ::(getting it smaller) they do not organize by using the=20 ::vertical dimension so that the user doesn't see all of them=20 ::anymore. but i guess that you use a certain logic that they=20 ::behave like regrouping and with that using the vertical dimension. ::can you tell me in which file these tabs are created and=20 ::placed over the left split pane ? ::for me it seems that in the os x version the initial=20 ::horizontal tabs line doesn't care about what's the ::(changed) width of the left pane when resizing the ide window... :: ::valley :: :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Tuesday, August 24, 2004 10:52 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::I'm interested in :: ::1. in the PyShell editor there is a similar method which=20 ::binds the UPDATE_INTERFACE. ::Can you try with OSX too? :: ::2. in the wxpython demos there are also example of notebook.=20 ::Can you test with osx and tell me if you get problems with=20 ::the UI of tabs? :: ::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: marted=EC 24 agosto 2004 21.49 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::On my Windows wxPython installation I found a PyShell.py=20 ::file ::under D:\Python 2.3.4\Lib\idlelib and this file is on=20 ::OS X ::under /Library/Python/2.3/wx/lib Why are you=20 ::interested in ::this Shell ? And if you give me the names of=20 ::some demo files ::I'll see if I also have got them on the OS=20 ::X version of wxPython. :::: ::::valley :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Tuesday, August 24, 2004 10:27 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::Ok, but with the wxpython distro dont you have any of the=20 ::::demo examples which come with thte win installation too? :::: ::::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: marted=EC 24 agosto 2004 21.12 ::::::To: sep...@li... ::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::: ::::::No I don't have it. On Windows I just install SEPY from=20 ::the ::exe file. ::::::You don't mean that this shell could be important on OS=20 ::X, do you ? :::::: ::::::Next steps with the Mac version are (in my opinion): :::::: - solve the problem with the endless OnUpdateInterface=20 ::event call :::::: - correct grouping of the panels (also in vertical direction) :::::: - reactivate the commented line :::::: File "/usr/local/src/SciTE/Editor.py", line 276,=20 ::in __init__ :::::: self.SetCodePage(stc.STC_CP_UTF8) :::::: :::::: with another code page - if that's possible at the moment... :::::: the font now used to code is very small ;-) :::::: :::::: ::::::hope we can get on from here. ::::::cheers ::::::valley :::::: :::::: :::::: :::::: ::::::----- Original Message ----- ::::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::::To: <sep...@li...> ::::::Sent: Tuesday, August 24, 2004 7:44 PM ::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::: :::::: ::::::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 ::::::--------------------------------------------- :::::: :::::: ::::::::-----Original Message----- ::::::::From: sep...@li... ::::::::[mailto:sep...@li...] On=20 ::::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=20 ::the ::::::grouping of the panels (like Todo, Files, XML Parser, ::::...) ::::above the left split pane... ::::::::In the Windows version the panels are divided and=20 ::grouped ::::::vertically considering the width of the left split pane. ::::::::With OS X this width is never used and therefore all=20 ::::panels ::::are on the same horizontal line with the effect=20 ::::that some ::of ::the panels lie above the right split pane=20 ::::where they are ::not ::accessible by the user until you=20 ::::manually drag the ::border of ::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=20 ::::on ::line 1536: :::::::: self.super_parent.mainmenu.Enable(ID_UNDO, self.CanUndo()) :::::::: ::::::::I think I found the problem: Go to line 598 in=20 ::Editor.py, ::::::where the autocompletion is defined. There=20 ::you bind the ::::event ::for the UpdateUI with 'OnUpdateInterface'. ::::::::When I just comment this line ::::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::::::then there is no recursion error anymore... ::::::::It seems that something with this binding is called=20 ::::::endlessly ::until the recursion error occurs. ::::::::So perhaps you have to change something with this line 598 ;-) :::::::: ::::::::valley :::::::: :::::::: :::::::: :::::::: :::::::: ::::::::----- Original Message ----- ::::::::From: "Alessandro Crugnola *sephiroth*"=20 ::<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=20 ::::::GetCurrentPos ::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=20 ::::::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()',=20 ::::::either ::for the ::caretPos, or - when I replace this=20 ::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 ::::1529, in OnUpdateInterface :::::::::: ::::::::::So, try to comment the first 2 lines of that method=20 ::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=20 ::::recursion ::::::error ::occurs anymore and editing of=20 ::::documents also ::works ::::fine, ::including saving. ::::::::::::Can we just leave away all these event lines or are=20 ::::::they ::::::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,=20 ::but ::::with ::::the ::newest cvs version I now get another=20 ::error, ::::just ::before ::the ::Untitled Document opens: :::::::::::: ::::::::::::Traceback (most recent call last): :::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::line ::::::1529, in OnUpdateInterface :::::::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::::::RuntimeError: maximum recursion depth exceeded :::::::::::: ::::::::::::And this error also appears after I entered a=20 ::::character ::::in ::::the Untitled Doc (and had to wait=20 ::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=20 ::::::girls ::::is ::so difficult to find out what i was=20 ::thinking ::::with SEPY ::::^_^ Anyway. ::::::::::::The recursion come before creating a document or after? ::::::::::::Try this thing. ::::::::::::Open the Editor.py file and comment out ALL lines=20 ::::with ::a ::::::"Bind" event. Then tell me if the recursion=20 ::::occurs again. ::::::::::::P.S. I just updated the cvs version with some fixes :::::::::::: ::::::::::::Alessandro Crugnola - sephiroth ::::::::::::--------------------------------------------- ::::::::::::Macromedia Flash Team Volunteer=20 ::::::::::::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...]=20 ::On ::::::::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=20 ::::the ::::::point ::::where this recursion error occurs, so=20 ::::SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::::::Can we go on from here ? I hope you have some=20 ::ideas ::::for ::::the ::::next steps to test ;-) :::::::::::::: ::::::::::::::Thanks & regards ::::::::::::::valley :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::::Retail on Ink & ::::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=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::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=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::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=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::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=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::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=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::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=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 |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-25 10:11:47
|
::And there it works, i.e. no recursion error when running the editor... ::Could it be that there is some misfunction with this whole=20 ::AutoCompXXX stuff ? ::What I mean is: Is it normal that this event is fired all the=20 ::time even if no action takes place on the IDE ? I imagined.. Actually i think if you have the time to make test you should comment = and uncomment lines in the OnUpdateInterface method to see if can be found where the recursion take place 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: marted=EC 24 agosto 2004 22.42 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::Ok, i've tested PyShell on OS X. You're right there is the=20 ::same binding with the UpdateUI event there: :: self.Bind(stc.EVT_STC_UPDATEUI, self.OnUpdateUI, id=3DID) :: :: ::valley :: :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Tuesday, August 24, 2004 10:52 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::I'm interested in :: ::1. in the PyShell editor there is a similar method which=20 ::binds the UPDATE_INTERFACE. ::Can you try with OSX too? :: ::2. in the wxpython demos there are also example of notebook.=20 ::Can you test with osx and tell me if you get problems with=20 ::the UI of tabs? :: ::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: marted=EC 24 agosto 2004 21.49 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::On my Windows wxPython installation I found a PyShell.py=20 ::file ::under D:\Python 2.3.4\Lib\idlelib and this file is on=20 ::OS X ::under /Library/Python/2.3/wx/lib Why are you=20 ::interested in ::this Shell ? And if you give me the names of=20 ::some demo files ::I'll see if I also have got them on the OS=20 ::X version of wxPython. :::: ::::valley :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Tuesday, August 24, 2004 10:27 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::Ok, but with the wxpython distro dont you have any of the=20 ::::demo examples which come with thte win installation too? :::: ::::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: marted=EC 24 agosto 2004 21.12 ::::::To: sep...@li... ::::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::::: ::::::No I don't have it. On Windows I just install SEPY from=20 ::the ::exe file. ::::::You don't mean that this shell could be important on OS=20 ::X, do you ? :::::: ::::::Next steps with the Mac version are (in my opinion): :::::: - solve the problem with the endless OnUpdateInterface=20 ::event call :::::: - correct grouping of the panels (also in vertical direction) :::::: - reactivate the commented line :::::: File "/usr/local/src/SciTE/Editor.py", line 276,=20 ::in __init__ :::::: self.SetCodePage(stc.STC_CP_UTF8) :::::: :::::: with another code page - if that's possible at the moment... :::::: the font now used to code is very small ;-) :::::: :::::: ::::::hope we can get on from here. ::::::cheers ::::::valley :::::: :::::: :::::: :::::: ::::::----- Original Message ----- ::::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::::To: <sep...@li...> ::::::Sent: Tuesday, August 24, 2004 7:44 PM ::::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::::: :::::: ::::::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 ::::::--------------------------------------------- :::::: :::::: ::::::::-----Original Message----- ::::::::From: sep...@li... ::::::::[mailto:sep...@li...] On=20 ::::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=20 ::the ::::::grouping of the panels (like Todo, Files, XML Parser, ::::...) ::::above the left split pane... ::::::::In the Windows version the panels are divided and=20 ::grouped ::::::vertically considering the width of the left split pane. ::::::::With OS X this width is never used and therefore all=20 ::::panels ::::are on the same horizontal line with the effect=20 ::::that some ::of ::the panels lie above the right split pane=20 ::::where they are ::not ::accessible by the user until you=20 ::::manually drag the ::border of ::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=20 ::::on ::line 1536: :::::::: self.super_parent.mainmenu.Enable(ID_UNDO, self.CanUndo()) :::::::: ::::::::I think I found the problem: Go to line 598 in=20 ::Editor.py, ::::::where the autocompletion is defined. There=20 ::you bind the ::::event ::for the UpdateUI with 'OnUpdateInterface'. ::::::::When I just comment this line ::::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::::::then there is no recursion error anymore... ::::::::It seems that something with this binding is called=20 ::::::endlessly ::until the recursion error occurs. ::::::::So perhaps you have to change something with this line 598 ;-) :::::::: ::::::::valley :::::::: :::::::: :::::::: :::::::: :::::::: ::::::::----- Original Message ----- ::::::::From: "Alessandro Crugnola *sephiroth*"=20 ::<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=20 ::::::GetCurrentPos ::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=20 ::::::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()',=20 ::::::either ::for the ::caretPos, or - when I replace this=20 ::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 ::::1529, in OnUpdateInterface :::::::::: ::::::::::So, try to comment the first 2 lines of that method=20 ::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=20 ::::recursion ::::::error ::occurs anymore and editing of=20 ::::documents also ::works ::::fine, ::including saving. ::::::::::::Can we just leave away all these event lines or are=20 ::::::they ::::::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,=20 ::but ::::with ::::the ::newest cvs version I now get another=20 ::error, ::::just ::before ::the ::Untitled Document opens: :::::::::::: ::::::::::::Traceback (most recent call last): :::::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::::line ::::::1529, in OnUpdateInterface :::::::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::::::RuntimeError: maximum recursion depth exceeded :::::::::::: ::::::::::::And this error also appears after I entered a=20 ::::character ::::in ::::the Untitled Doc (and had to wait=20 ::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=20 ::::::girls ::::is ::so difficult to find out what i was=20 ::thinking ::::with SEPY ::::^_^ Anyway. ::::::::::::The recursion come before creating a document or after? ::::::::::::Try this thing. ::::::::::::Open the Editor.py file and comment out ALL lines=20 ::::with ::a ::::::"Bind" event. Then tell me if the recursion=20 ::::occurs again. ::::::::::::P.S. I just updated the cvs version with some fixes :::::::::::: ::::::::::::Alessandro Crugnola - sephiroth ::::::::::::--------------------------------------------- ::::::::::::Macromedia Flash Team Volunteer=20 ::::::::::::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...]=20 ::On ::::::::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=20 ::::the ::::::point ::::where this recursion error occurs, so=20 ::::SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::::::Can we go on from here ? I hope you have some=20 ::ideas ::::for ::::the ::::next steps to test ;-) :::::::::::::: ::::::::::::::Thanks & regards ::::::::::::::valley :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: :::::::::::::: ::::::::::::::------------------------------------------------------- ::::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::::Retail on Ink & ::::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=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::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=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::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=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::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=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::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=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::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=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 |
From: Richard W. <rwa...@ma...> - 2004-08-25 01:35:07
|
I'm seeing the same behavior in the Notebook.py demo file as is=20 displayed in SEPY (the tabs don't wrap vertically when the window=20 bounds require it) with the only difference being that there aren't=20 multiple panes in Notebook.py. Same thing happens in PyCrust as well.=20 Notebook.py does seem to display the icon correctly in the tab field,=20 which SEPY doesn't do unless you disable then re-enable the tab. Here are links to screenshots I just took of Notebook.py which show the=20= resizing issue: http://homepage.mac.com/rwallace/notebook1.gif http://homepage.mac.com/rwallace/notebook2.gif - Richard On Aug 24, 2004, at 4:52 PM, Alessandro Crugnola *sephiroth* wrote: > I'm interested in > > 1. in the PyShell editor there is a similar method which binds the=20 > UPDATE_INTERFACE. > Can you try with OSX too? > > 2. in the wxpython demos there are also example of notebook. Can you=20= > test with osx and tell me if you get problems with the UI of > tabs? > > 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: marted=EC 24 agosto 2004 21.49 > ::To: sep...@li... > ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling > :: > ::On my Windows wxPython installation I found a PyShell.py file > ::under D:\Python 2.3.4\Lib\idlelib and this file is on OS X > ::under /Library/Python/2.3/wx/lib Why are you interested in > ::this Shell ? And if you give me the names of some demo files > ::I'll see if I also have got them on the OS X version of wxPython. > :: > ::valley > :: > :: > :: > ::----- Original Message ----- > ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> > ::To: <sep...@li...> > ::Sent: Tuesday, August 24, 2004 10:27 PM > ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling > :: > :: > ::Ok, but with the wxpython distro dont you have any of the > ::demo examples which come with thte win installation too? > :: > ::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=20 > valley > ::::Sent: marted=EC 24 agosto 2004 21.12 > ::::To: sep...@li... > ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling > :::: > ::::No I don't have it. On Windows I just install SEPY from the > ::exe file. > ::::You don't mean that this shell could be important on OS X, do you = ? > :::: > ::::Next steps with the Mac version are (in my opinion): > :::: - solve the problem with the endless OnUpdateInterface event = call > :::: - correct grouping of the panels (also in vertical direction) > :::: - reactivate the commented line > :::: File "/usr/local/src/SciTE/Editor.py", line 276, in = __init__ > :::: self.SetCodePage(stc.STC_CP_UTF8) > :::: > :::: with another code page - if that's possible at the moment... > :::: the font now used to code is very small ;-) > :::: > :::: > ::::hope we can get on from here. > ::::cheers > ::::valley > :::: > :::: > :::: > :::: > ::::----- Original Message ----- > ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> > ::::To: <sep...@li...> > ::::Sent: Tuesday, August 24, 2004 7:44 PM > ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling > :::: > :::: > ::::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 > ::::--------------------------------------------- > :::: > :::: > ::::::-----Original Message----- > ::::::From: sep...@li... > ::::::[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 > ::::::grouping of the panels (like Todo, Files, XML Parser, > ::...) ::::above the left split pane... > ::::::In the Windows version the panels are divided and grouped > ::::::vertically considering the width of the left split pane. > ::::::With OS X this width is never used and therefore all > ::panels ::::are on the same horizontal line with the effect > ::that some ::of ::the panels lie above the right split pane > ::where they are ::not ::accessible by the user until you > ::manually drag the ::border of ::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, > ::::::where the autocompletion is defined. There you bind the > ::::event ::for the UpdateUI with 'OnUpdateInterface'. > ::::::When I just comment this line > ::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' > ::::::then there is no recursion error anymore... > ::::::It seems that something with this binding is called > ::::endlessly ::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 ::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 > ::::::following ::line when calling 'self.GetCurrentPos()', > ::::either ::for the ::caretPos, or - when I replace this line > ::::with 'caretPos =3D 0' > ::::::::the recursion error happens in the next line > ::::::::'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 ::::1529, in OnUpdateInterface > :::::::: > ::::::::So, try to comment the first 2 lines of that method in this=20 > 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 > ::::::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 ::::::error ::occurs anymore and editing of > ::documents also ::works ::::fine, ::including saving. > ::::::::::Can we just leave away all these event lines or are > ::::they ::::::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 ::::the ::newest cvs version I now get another error, > ::::just ::before ::the ::Untitled Document opens: > :::::::::: > ::::::::::Traceback (most recent call last): > :::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", > ::::line ::::::1529, in OnUpdateInterface > :::::::::: if self.AutoCompActive() or self.CallTipActive(): > ::::::::::RuntimeError: maximum recursion depth exceeded > :::::::::: > ::::::::::And this error also appears after I entered a > ::character ::::in ::::the Untitled Doc (and had to wait about 20=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 ::::is ::so difficult to find out what i was thinking > ::::with SEPY ::::^_^ 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 ::::::"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 > ::::::::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 ::::::point ::::where this recursion error occurs, so > ::SEPY ::comes ::up ::but ::then ::just loops and loops... > ::::::::::::Can we go on from here ? I hope you have some ideas > ::::for ::::the ::::next steps to test ;-) > :::::::::::: > ::::::::::::Thanks & regards > ::::::::::::valley > :::::::::::: > :::::::::::: > :::::::::::: > :::::::::::: > :::::::::::: > ::::::::::::------------------------------------------------------- > ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest > ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only > ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off > ::::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only > ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off > ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only > ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off > ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only > ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off > ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk > ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & > ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk > ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & > ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk > ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & > ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk > ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & > ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk > ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & > ::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 > ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 > ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 > ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::DVD+R for only $33 Save 50% off Retail on Ink & 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 > ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & 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 > |
From: Richard W. <rwa...@ma...> - 2004-08-25 01:18:30
|
I've got pyshell, pycrust, pyalamode, and pyalacarte installed on my=20 OSX system; can't remember offhand where they were in the wxPython=20 source tree, but I installed them after the build. On Aug 24, 2004, at 4:27 PM, Alessandro Crugnola *sephiroth* wrote: > Ok, but with the wxpython distro dont you have any of the demo=20 > examples which come with thte win installation too? > > 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: marted=EC 24 agosto 2004 21.12 > ::To: sep...@li... > ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling > :: > ::No I don't have it. On Windows I just install SEPY from the exe = file. > ::You don't mean that this shell could be important on OS X, do you ? > :: > ::Next steps with the Mac version are (in my opinion): > :: - solve the problem with the endless OnUpdateInterface event call > :: - correct grouping of the panels (also in vertical direction) > :: - reactivate the commented line > :: File "/usr/local/src/SciTE/Editor.py", line 276, in __init__ > :: self.SetCodePage(stc.STC_CP_UTF8) > :: > :: with another code page - if that's possible at the moment... > :: the font now used to code is very small ;-) > :: > :: > ::hope we can get on from here. > ::cheers > ::valley > :: > :: > :: > :: > ::----- Original Message ----- > ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> > ::To: <sep...@li...> > ::Sent: Tuesday, August 24, 2004 7:44 PM > ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling > :: > :: > ::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 > ::--------------------------------------------- > :: > :: > ::::-----Original Message----- > ::::From: sep...@li... > ::::[mailto:sep...@li...] On Behalf Of=20 > 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 > ::::grouping of the panels (like Todo, Files, XML Parser, ...) > ::::above the left split pane... > ::::In the Windows version the panels are divided and grouped > ::::vertically considering the width of the left split pane. > ::::With OS X this width is never used and therefore all panels > ::::are on the same horizontal line with the effect that some > ::of ::the panels lie above the right split pane where they are > ::not ::accessible by the user until you manually drag the > ::border of ::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, > ::::where the autocompletion is defined. There you bind the > ::event ::for the UpdateUI with 'OnUpdateInterface'. > ::::When I just comment this line 'self.Bind(EVT_STC_UPDATEUI, > ::::self.OnUpdateInterface)' > ::::then there is no recursion error anymore... > ::::It seems that something with this binding is called > ::endlessly ::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 ::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 > ::::following ::line when calling 'self.GetCurrentPos()', > ::either ::for the ::caretPos, or - when I replace this line > ::with 'caretPos =3D 0' > ::::::the recursion error happens in the next line > ::::::'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 ::::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 > ::::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 > ::::::error ::occurs anymore and editing of documents also > ::works ::::fine, ::including saving. > ::::::::Can we just leave away all these event lines or are > ::they ::::::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 ::::the ::newest cvs version I now get another error, > ::just ::before ::the ::Untitled Document opens: > :::::::: > ::::::::Traceback (most recent call last): > :::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", > ::line ::::::1529, in OnUpdateInterface > :::::::: if self.AutoCompActive() or self.CallTipActive(): > ::::::::RuntimeError: maximum recursion depth exceeded > :::::::: > ::::::::And this error also appears after I entered a character > ::::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 ::::is ::so difficult to find out what i was thinking > ::with SEPY ::::^_^ 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 ::::::"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 > ::::::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 > ::::::point ::::where this recursion error occurs, so SEPY > ::comes ::up ::but ::then ::just loops and loops... > ::::::::::Can we go on from here ? I hope you have some ideas > ::for ::::the ::::next steps to test ;-) > :::::::::: > ::::::::::Thanks & regards > ::::::::::valley > :::::::::: > :::::::::: > :::::::::: > :::::::::: > :::::::::: > ::::::::::------------------------------------------------------- > ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest > ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only > ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off > ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk > ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & > ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk > ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & > ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk > ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & > ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk > ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & > ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk > ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & > ::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 > ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 > ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 > ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 > ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::DVD+R for only $33 Save 50% off Retail on Ink & 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 > ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & 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 > |
From: valley <va...@ic...> - 2004-08-24 22:16:46
|
...and I found an example wxNotebook.py, where all tabs are also on the s= ame horizontal line. When I resize the window (getting it smaller) they do not organize = by using the vertical dimension so that the user doesn't see all of them anymore. but = i guess that you use a certain logic that they behave like regrouping and with that using = the vertical dimension. can you tell me in which file these tabs are created and placed over the left split pane ? for me it seems that in the os x version the initial horizontal tabs line doesn't care about what's the (changed) width of the left pane when resizing the ide window... valley ----- Original Message ----- From: "Alessandro Crugnola *sephiroth*" <wis...@se...> To: <sep...@li...> Sent: Tuesday, August 24, 2004 10:52 PM Subject: RE: [SE|PY-macdev] Continuing OS X compiling I'm interested in 1. in the PyShell editor there is a similar method which binds the UPDATE_INTERFACE. Can you try with OSX too? 2. in the wxpython demos there are also example of notebook. Can you test with osx and tell me if you get problems with the UI of tabs? 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: marted=EC 24 agosto 2004 21.49 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::On my Windows wxPython installation I found a PyShell.py file ::under D:\Python 2.3.4\Lib\idlelib and this file is on OS X ::under /Library/Python/2.3/wx/lib Why are you interested in ::this Shell ? And if you give me the names of some demo files ::I'll see if I also have got them on the OS X version of wxPython. :: ::valley :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Tuesday, August 24, 2004 10:27 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::Ok, but with the wxpython distro dont you have any of the ::demo examples which come with thte win installation too? :: ::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: marted=EC 24 agosto 2004 21.12 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::No I don't have it. On Windows I just install SEPY from the ::exe file. ::::You don't mean that this shell could be important on OS X, do you ? :::: ::::Next steps with the Mac version are (in my opinion): :::: - solve the problem with the endless OnUpdateInterface event call :::: - correct grouping of the panels (also in vertical direction) :::: - reactivate the commented line :::: File "/usr/local/src/SciTE/Editor.py", line 276, in __init__ :::: self.SetCodePage(stc.STC_CP_UTF8) :::: :::: with another code page - if that's possible at the moment... :::: the font now used to code is very small ;-) :::: :::: ::::hope we can get on from here. ::::cheers ::::valley :::: :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Tuesday, August 24, 2004 7:44 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::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 ::::--------------------------------------------- :::: :::: ::::::-----Original Message----- ::::::From: sep...@li... ::::::[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 ::::::grouping of the panels (like Todo, Files, XML Parser, ::...) ::::above the left split pane... ::::::In the Windows version the panels are divided and grouped ::::::vertically considering the width of the left split pane. ::::::With OS X this width is never used and therefore all ::panels ::::are on the same horizontal line with the effect ::that some ::of ::the panels lie above the right split pane ::where they are ::not ::accessible by the user until you ::manually drag the ::border of ::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, ::::::where the autocompletion is defined. There you bind the ::::event ::for the UpdateUI with 'OnUpdateInterface'. ::::::When I just comment this line ::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::::then there is no recursion error anymore... ::::::It seems that something with this binding is called ::::endlessly ::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 ::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 ::::::following ::line when calling 'self.GetCurrentPos()', ::::either ::for the ::caretPos, or - when I replace this line ::::with 'caretPos =3D 0' ::::::::the recursion error happens in the next line ::::::::'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 ::::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 ::::::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 ::::::error ::occurs anymore and editing of ::documents also ::works ::::fine, ::including saving. ::::::::::Can we just leave away all these event lines or are ::::they ::::::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 ::::the ::newest cvs version I now get another error, ::::just ::before ::the ::Untitled Document opens: :::::::::: ::::::::::Traceback (most recent call last): :::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::line ::::::1529, in OnUpdateInterface :::::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::::RuntimeError: maximum recursion depth exceeded :::::::::: ::::::::::And this error also appears after I entered a ::character ::::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 ::::is ::so difficult to find out what i was thinking ::::with SEPY ::::^_^ 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 ::::::"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 ::::::::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 ::::::point ::::where this recursion error occurs, so ::SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::::Can we go on from here ? I hope you have some ideas ::::for ::::the ::::next steps to test ;-) :::::::::::: ::::::::::::Thanks & regards ::::::::::::valley :::::::::::: :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 |
From: valley <va...@ic...> - 2004-08-24 21:42:03
|
Ok, i've tested PyShell on OS X. You're right there is the same binding w= ith the UpdateUI event there: self.Bind(stc.EVT_STC_UPDATEUI, self.OnUpdateUI, id=3DID) And there it works, i.e. no recursion error when running the editor... Could it be that there is some misfunction with this whole AutoCompXXX st= uff ? What I mean is: Is it normal that this event is fired all the time even i= f no action takes place on the IDE ? valley ----- Original Message ----- From: "Alessandro Crugnola *sephiroth*" <wis...@se...> To: <sep...@li...> Sent: Tuesday, August 24, 2004 10:52 PM Subject: RE: [SE|PY-macdev] Continuing OS X compiling I'm interested in 1. in the PyShell editor there is a similar method which binds the UPDATE_INTERFACE. Can you try with OSX too? 2. in the wxpython demos there are also example of notebook. Can you test with osx and tell me if you get problems with the UI of tabs? 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: marted=EC 24 agosto 2004 21.49 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::On my Windows wxPython installation I found a PyShell.py file ::under D:\Python 2.3.4\Lib\idlelib and this file is on OS X ::under /Library/Python/2.3/wx/lib Why are you interested in ::this Shell ? And if you give me the names of some demo files ::I'll see if I also have got them on the OS X version of wxPython. :: ::valley :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Tuesday, August 24, 2004 10:27 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::Ok, but with the wxpython distro dont you have any of the ::demo examples which come with thte win installation too? :: ::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: marted=EC 24 agosto 2004 21.12 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::No I don't have it. On Windows I just install SEPY from the ::exe file. ::::You don't mean that this shell could be important on OS X, do you ? :::: ::::Next steps with the Mac version are (in my opinion): :::: - solve the problem with the endless OnUpdateInterface event call :::: - correct grouping of the panels (also in vertical direction) :::: - reactivate the commented line :::: File "/usr/local/src/SciTE/Editor.py", line 276, in __init__ :::: self.SetCodePage(stc.STC_CP_UTF8) :::: :::: with another code page - if that's possible at the moment... :::: the font now used to code is very small ;-) :::: :::: ::::hope we can get on from here. ::::cheers ::::valley :::: :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Tuesday, August 24, 2004 7:44 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::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 ::::--------------------------------------------- :::: :::: ::::::-----Original Message----- ::::::From: sep...@li... ::::::[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 ::::::grouping of the panels (like Todo, Files, XML Parser, ::...) ::::above the left split pane... ::::::In the Windows version the panels are divided and grouped ::::::vertically considering the width of the left split pane. ::::::With OS X this width is never used and therefore all ::panels ::::are on the same horizontal line with the effect ::that some ::of ::the panels lie above the right split pane ::where they are ::not ::accessible by the user until you ::manually drag the ::border of ::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, ::::::where the autocompletion is defined. There you bind the ::::event ::for the UpdateUI with 'OnUpdateInterface'. ::::::When I just comment this line ::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::::then there is no recursion error anymore... ::::::It seems that something with this binding is called ::::endlessly ::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 ::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 ::::::following ::line when calling 'self.GetCurrentPos()', ::::either ::for the ::caretPos, or - when I replace this line ::::with 'caretPos =3D 0' ::::::::the recursion error happens in the next line ::::::::'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 ::::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 ::::::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 ::::::error ::occurs anymore and editing of ::documents also ::works ::::fine, ::including saving. ::::::::::Can we just leave away all these event lines or are ::::they ::::::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 ::::the ::newest cvs version I now get another error, ::::just ::before ::the ::Untitled Document opens: :::::::::: ::::::::::Traceback (most recent call last): :::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::line ::::::1529, in OnUpdateInterface :::::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::::RuntimeError: maximum recursion depth exceeded :::::::::: ::::::::::And this error also appears after I entered a ::character ::::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 ::::is ::so difficult to find out what i was thinking ::::with SEPY ::::^_^ 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 ::::::"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 ::::::::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 ::::::point ::::where this recursion error occurs, so ::SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::::Can we go on from here ? I hope you have some ideas ::::for ::::the ::::next steps to test ;-) :::::::::::: ::::::::::::Thanks & regards ::::::::::::valley :::::::::::: :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-24 20:52:46
|
I'm interested in 1. in the PyShell editor there is a similar method which binds the = UPDATE_INTERFACE. Can you try with OSX too? 2. in the wxpython demos there are also example of notebook. Can you = test with osx and tell me if you get problems with the UI of tabs? 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: marted=EC 24 agosto 2004 21.49 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::On my Windows wxPython installation I found a PyShell.py file=20 ::under D:\Python 2.3.4\Lib\idlelib and this file is on OS X=20 ::under /Library/Python/2.3/wx/lib Why are you interested in=20 ::this Shell ? And if you give me the names of some demo files=20 ::I'll see if I also have got them on the OS X version of wxPython. :: ::valley :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Tuesday, August 24, 2004 10:27 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::Ok, but with the wxpython distro dont you have any of the=20 ::demo examples which come with thte win installation too? :: ::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: marted=EC 24 agosto 2004 21.12 ::::To: sep...@li... ::::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :::: ::::No I don't have it. On Windows I just install SEPY from the=20 ::exe file. ::::You don't mean that this shell could be important on OS X, do you ? :::: ::::Next steps with the Mac version are (in my opinion): :::: - solve the problem with the endless OnUpdateInterface event call :::: - correct grouping of the panels (also in vertical direction) :::: - reactivate the commented line :::: File "/usr/local/src/SciTE/Editor.py", line 276, in __init__ :::: self.SetCodePage(stc.STC_CP_UTF8) :::: :::: with another code page - if that's possible at the moment... :::: the font now used to code is very small ;-) :::: :::: ::::hope we can get on from here. ::::cheers ::::valley :::: :::: :::: :::: ::::----- Original Message ----- ::::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::::To: <sep...@li...> ::::Sent: Tuesday, August 24, 2004 7:44 PM ::::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :::: :::: ::::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 ::::--------------------------------------------- :::: :::: ::::::-----Original Message----- ::::::From: sep...@li... ::::::[mailto:sep...@li...] On=20 ::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=20 ::panels ::::are on the same horizontal line with the effect=20 ::that some ::of ::the panels lie above the right split pane=20 ::where they are ::not ::accessible by the user until you=20 ::manually drag the ::border of ::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=20 ::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=20 ::::event ::for the UpdateUI with 'OnUpdateInterface'. ::::::When I just comment this line=20 ::'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::::then there is no recursion error anymore... ::::::It seems that something with this binding is called=20 ::::endlessly ::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=20 ::::GetCurrentPos ::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=20 ::::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()',=20 ::::either ::for the ::caretPos, or - when I replace this line=20 ::::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*"=20 ::<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 ::::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=20 ::recursion ::::::error ::occurs anymore and editing of=20 ::documents also ::works ::::fine, ::including saving. ::::::::::Can we just leave away all these event lines or are=20 ::::they ::::::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=20 ::::with ::::the ::newest cvs version I now get another error,=20 ::::just ::before ::the ::Untitled Document opens: :::::::::: ::::::::::Traceback (most recent call last): :::::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::::line ::::::1529, in OnUpdateInterface :::::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::::RuntimeError: maximum recursion depth exceeded :::::::::: ::::::::::And this error also appears after I entered a=20 ::character ::::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=20 ::::girls ::::is ::so difficult to find out what i was thinking=20 ::::with SEPY ::::^_^ Anyway. ::::::::::The recursion come before creating a document or after? ::::::::::Try this thing. ::::::::::Open the Editor.py file and comment out ALL lines=20 ::with ::a ::::::"Bind" event. Then tell me if the recursion=20 ::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=20 ::the ::::::point ::::where this recursion error occurs, so=20 ::SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::::Can we go on from here ? I hope you have some ideas=20 ::::for ::::the ::::next steps to test ;-) :::::::::::: ::::::::::::Thanks & regards ::::::::::::valley :::::::::::: :::::::::::: :::::::::::: :::::::::::: :::::::::::: ::::::::::::------------------------------------------------------- ::::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::::Retail on Ink & ::::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=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::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=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::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=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::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=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 |
From: valley <va...@ic...> - 2004-08-24 20:48:35
|
On my Windows wxPython installation I found a PyShell.py file under D:\Python 2.3.4\Lib\idlelib and this file is on OS X under /Library/Python/2.3/wx/lib Why are you interested in this Shell ? And if you give me the names of so= me demo files I'll see if I also have got them on the OS X version of wxPython. valley ----- Original Message ----- From: "Alessandro Crugnola *sephiroth*" <wis...@se...> To: <sep...@li...> Sent: Tuesday, August 24, 2004 10:27 PM Subject: RE: [SE|PY-macdev] Continuing OS X compiling Ok, but with the wxpython distro dont you have any of the demo examples which come with thte win installation too? 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: marted=EC 24 agosto 2004 21.12 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::No I don't have it. On Windows I just install SEPY from the exe file. ::You don't mean that this shell could be important on OS X, do you ? :: ::Next steps with the Mac version are (in my opinion): :: - solve the problem with the endless OnUpdateInterface event call :: - correct grouping of the panels (also in vertical direction) :: - reactivate the commented line :: File "/usr/local/src/SciTE/Editor.py", line 276, in __init__ :: self.SetCodePage(stc.STC_CP_UTF8) :: :: with another code page - if that's possible at the moment... :: the font now used to code is very small ;-) :: :: ::hope we can get on from here. ::cheers ::valley :: :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Tuesday, August 24, 2004 7:44 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::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 ::--------------------------------------------- :: :: ::::-----Original Message----- ::::From: sep...@li... ::::[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 ::::grouping of the panels (like Todo, Files, XML Parser, ...) ::::above the left split pane... ::::In the Windows version the panels are divided and grouped ::::vertically considering the width of the left split pane. ::::With OS X this width is never used and therefore all panels ::::are on the same horizontal line with the effect that some ::of ::the panels lie above the right split pane where they are ::not ::accessible by the user until you manually drag the ::border of ::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, ::::where the autocompletion is defined. There you bind the ::event ::for the UpdateUI with 'OnUpdateInterface'. ::::When I just comment this line 'self.Bind(EVT_STC_UPDATEUI, ::::self.OnUpdateInterface)' ::::then there is no recursion error anymore... ::::It seems that something with this binding is called ::endlessly ::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 ::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 ::::following ::line when calling 'self.GetCurrentPos()', ::either ::for the ::caretPos, or - when I replace this line ::with 'caretPos =3D 0' ::::::the recursion error happens in the next line ::::::'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 ::::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 ::::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 ::::::error ::occurs anymore and editing of documents also ::works ::::fine, ::including saving. ::::::::Can we just leave away all these event lines or are ::they ::::::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 ::::the ::newest cvs version I now get another error, ::just ::before ::the ::Untitled Document opens: :::::::: ::::::::Traceback (most recent call last): :::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", ::line ::::::1529, in OnUpdateInterface :::::::: if self.AutoCompActive() or self.CallTipActive(): ::::::::RuntimeError: maximum recursion depth exceeded :::::::: ::::::::And this error also appears after I entered a character ::::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 ::::is ::so difficult to find out what i was thinking ::with SEPY ::::^_^ 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 ::::::"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 ::::::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 ::::::point ::::where this recursion error occurs, so SEPY ::comes ::up ::but ::then ::just loops and loops... ::::::::::Can we go on from here ? I hope you have some ideas ::for ::::the ::::next steps to test ;-) :::::::::: ::::::::::Thanks & regards ::::::::::valley :::::::::: :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off ::Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-24 20:27:12
|
Ok, but with the wxpython distro dont you have any of the demo examples = which come with thte win installation too? 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: marted=EC 24 agosto 2004 21.12 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] Continuing OS X compiling :: ::No I don't have it. On Windows I just install SEPY from the exe file. ::You don't mean that this shell could be important on OS X, do you ? :: ::Next steps with the Mac version are (in my opinion): :: - solve the problem with the endless OnUpdateInterface event call :: - correct grouping of the panels (also in vertical direction) :: - reactivate the commented line :: File "/usr/local/src/SciTE/Editor.py", line 276, in __init__ :: self.SetCodePage(stc.STC_CP_UTF8) :: :: with another code page - if that's possible at the moment... :: the font now used to code is very small ;-) :: :: ::hope we can get on from here. ::cheers ::valley :: :: :: :: ::----- Original Message ----- ::From: "Alessandro Crugnola *sephiroth*" <wis...@se...> ::To: <sep...@li...> ::Sent: Tuesday, August 24, 2004 7:44 PM ::Subject: RE: [SE|PY-macdev] Continuing OS X compiling :: :: ::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 ::--------------------------------------------- :: :: ::::-----Original Message----- ::::From: sep...@li... ::::[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=20 ::of ::the panels lie above the right split pane where they are=20 ::not ::accessible by the user until you manually drag the=20 ::border of ::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=20 ::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=20 ::event ::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=20 ::endlessly ::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=20 ::GetCurrentPos ::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=20 ::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()',=20 ::either ::for the ::caretPos, or - when I replace this line=20 ::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",=20 ::line ::::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=20 ::works ::::fine, ::including saving. ::::::::Can we just leave away all these event lines or are=20 ::they ::::::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=20 ::with ::::the ::newest cvs version I now get another error,=20 ::just ::before ::the ::Untitled Document opens: :::::::: ::::::::Traceback (most recent call last): :::::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py",=20 ::line ::::::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*"=20 ::<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=20 ::girls ::::is ::so difficult to find out what i was thinking=20 ::with SEPY ::::^_^ Anyway. ::::::::The recursion come before creating a document or after? ::::::::Try this thing. ::::::::Open the Editor.py file and comment out ALL lines with=20 ::a ::::::"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=20 ::comes ::up ::but ::then ::just loops and loops... ::::::::::Can we go on from here ? I hope you have some ideas=20 ::for ::::the ::::next steps to test ;-) :::::::::: ::::::::::Thanks & regards ::::::::::valley :::::::::: :::::::::: :::::::::: :::::::::: :::::::::: ::::::::::------------------------------------------------------- ::::::::::SF.Net email is sponsored by Shop4tech.com-Lowest=20 ::price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only=20 ::$29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off=20 ::Retail on Ink & ::::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=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 -=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 |
From: valley <va...@ic...> - 2004-08-24 20:12:19
|
No I don't have it. On Windows I just install SEPY from the exe file. You don't mean that this shell could be important on OS X, do you ? Next steps with the Mac version are (in my opinion): - solve the problem with the endless OnUpdateInterface event call - correct grouping of the panels (also in vertical direction) - reactivate the commented line File "/usr/local/src/SciTE/Editor.py", line 276, in __init__ self.SetCodePage(stc.STC_CP_UTF8) with another code page - if that's possible at the moment... the font now used to code is very small ;-) hope we can get on from here. cheers valley ----- Original Message ----- From: "Alessandro Crugnola *sephiroth*" <wis...@se...> To: <sep...@li...> Sent: Tuesday, August 24, 2004 7:44 PM Subject: RE: [SE|PY-macdev] Continuing OS X compiling 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 --------------------------------------------- ::-----Original Message----- ::From: sep...@li... ::[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 ::grouping of the panels (like Todo, Files, XML Parser, ...) ::above the left split pane... ::In the Windows version the panels are divided and grouped ::vertically considering the width of the left split pane. ::With OS X this width is never used and therefore all panels ::are on the same horizontal line with the effect that some of ::the panels lie above the right split pane where they are not ::accessible by the user until you manually drag the border of ::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, ::where the autocompletion is defined. There you bind the event ::for the UpdateUI with 'OnUpdateInterface'. ::When I just comment this line 'self.Bind(EVT_STC_UPDATEUI, ::self.OnUpdateInterface)' ::then there is no recursion error anymore... ::It seems that something with this binding is called endlessly ::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 ::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 ::following ::line when calling 'self.GetCurrentPos()', either ::for the ::caretPos, or - when I replace this line with 'caretPos =3D 0' ::::the recursion error happens in the next line ::::'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 ::::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 ::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 ::::error ::occurs anymore and editing of documents also works ::::fine, ::including saving. ::::::Can we just leave away all these event lines or are they ::::::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 ::::the ::newest cvs version I now get another error, just ::before ::the ::Untitled Document opens: :::::: ::::::Traceback (most recent call last): :::::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", line ::::::1529, in OnUpdateInterface :::::: if self.AutoCompActive() or self.CallTipActive(): ::::::RuntimeError: maximum recursion depth exceeded :::::: ::::::And this error also appears after I entered a character ::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 ::::is ::so difficult to find out what i was thinking with SEPY ::::^_^ 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 ::::::"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 ::::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 ::::point ::::where this recursion error occurs, so SEPY comes ::up ::but ::then ::just loops and loops... ::::::::Can we go on from here ? I hope you have some ideas for ::::the ::::next steps to test ;-) :::::::: ::::::::Thanks & regards ::::::::valley :::::::: :::::::: :::::::: :::::::: :::::::: ::::::::------------------------------------------------------- ::::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 |
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 :: |
From: valley <va...@ic...> - 2004-08-21 08:10:39
|
Another thing that doesn't work properly with OS X is the grouping of the panels (like Todo, Files, XML Parser, ...) above the left split pane... In the Windows version the panels are divided and grouped vertically considering the width of the left split pane. With OS X this width is never used and therefore all panels are on the same horizontal line with the effect that some of the panels lie above the right split pane where they are not accessible by the user until you manually drag the border of 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, where the autocompletion is defined. There you bind the event for the UpdateUI with 'OnUpdateInterfac= e'. When I just comment this line 'self.Bind(EVT_STC_UPDATEUI, self.OnUpdateInterface)' then there is no recursion error anymore... It seems that something with this binding is called endlessly 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 the exceptio= n 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 following ::line when calling 'self.GetCurrentPos()', either for the ::caretPos, or - when I replace this line with 'caretPos =3D 0' ::the recursion error happens in the next line ::'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 ::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 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 ::error ::occurs anymore and editing of documents also works ::fine, ::including saving. ::::Can we just leave away all these event lines or are they ::::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 ::the ::newest cvs version I now get another error, just before ::the ::Untitled Document opens: :::: ::::Traceback (most recent call last): :::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", line ::::1529, in OnUpdateInterface :::: if self.AutoCompActive() or self.CallTipActive(): ::::RuntimeError: maximum recursion depth exceeded :::: ::::And this error also appears after I entered a character 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 ::is ::so difficult to find out what i was thinking with SEPY ::^_^ 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 ::::"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 ::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 ::point ::::where this recursion error occurs, so SEPY comes up ::but ::then ::just loops and loops... ::::::Can we go on from here ? I hope you have some ideas for ::the ::::next steps to test ;-) :::::: ::::::Thanks & regards ::::::valley :::::: :::::: :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 |
From: valley <va...@ic...> - 2004-08-20 22:25:26
|
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, where the autocompletion is defined. There you bind the event for the UpdateUI with 'OnUpdateInterfac= e'. When I just comment this line 'self.Bind(EVT_STC_UPDATEUI, self.OnUpdateInterface)' then there is no recursion error anymore... It seems that something with this binding is called endlessly 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 the exceptio= n 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 following ::line when calling 'self.GetCurrentPos()', either for the ::caretPos, or - when I replace this line with 'caretPos =3D 0' ::the recursion error happens in the next line ::'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 ::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 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 ::error ::occurs anymore and editing of documents also works ::fine, ::including saving. ::::Can we just leave away all these event lines or are they ::::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 ::the ::newest cvs version I now get another error, just before ::the ::Untitled Document opens: :::: ::::Traceback (most recent call last): :::: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", line ::::1529, in OnUpdateInterface :::: if self.AutoCompActive() or self.CallTipActive(): ::::RuntimeError: maximum recursion depth exceeded :::: ::::And this error also appears after I entered a character 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 ::is ::so difficult to find out what i was thinking with SEPY ::^_^ 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 ::::"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 ::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 ::point ::::where this recursion error occurs, so SEPY comes up ::but ::then ::just loops and loops... ::::::Can we go on from here ? I hope you have some ideas for ::the ::::next steps to test ;-) :::::: ::::::Thanks & regards ::::::valley :::::: :::::: :::::: :::::: :::::: ::::::------------------------------------------------------- ::::::SF.Net email is sponsored by Shop4tech.com-Lowest price ::on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk ::Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & ::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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-20 19:50:36
|
Do you mean that commenting both the line with GetCurrentPos 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 --------------------------------------------- =20 ::-----Original Message----- ::From: sep...@li...=20 ::[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 following=20 ::line when calling 'self.GetCurrentPos()', either for the=20 ::caretPos, or - when I replace this line with 'caretPos =3D 0'=20 ::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 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 before=20 ::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 in=20 ::::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 up=20 ::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 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 -=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 |
From: valley <va...@ic...> - 2004-08-20 19:29:50
|
Actually commenting these 2 lines don't have a better effect. I think that the recursion error takes place in the following line when calling 'self.GetCurrentPos()', either for the caretPos, or - when I replace this line with 'caretPos =3D 0' the recursion error happen= s in the next line '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 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 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 error ::occurs anymore and editing of documents also works fine, ::including saving. ::Can we just leave away all these event lines or are they ::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 the ::newest cvs version I now get another error, just before the ::Untitled Document opens: :: ::Traceback (most recent call last): :: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", line ::1529, in OnUpdateInterface :: if self.AutoCompActive() or self.CallTipActive(): ::RuntimeError: maximum recursion depth exceeded :: ::And this error also appears after I entered a character 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 is ::so difficult to find out what i was thinking with SEPY ^_^ 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 ::"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 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 point ::::where this recursion error occurs, so SEPY comes up but ::then ::just loops and loops... ::::Can we go on from here ? I hope you have some ideas for the ::::next steps to test ;-) :::: ::::Thanks & regards ::::valley :::: :::: :::: :::: :::: ::::------------------------------------------------------- ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 |
From: Richard W. <rwa...@ma...> - 2004-08-20 18:12:01
|
Welcome back Alessandro - I get the same results as valley when commenting out all of the Bind=20 events; the recursion error goes away. However, I never did see the a=20 recursion error which cited OnCallTipActive() as the culprit. Just tried commenting out the two lines suggested below and=20 uncommenting all of the Bind events. Still am getting the recursion=20 error: Exception exceptions.RuntimeError: 'maximum recursion depth exceeded'=20 in ignored RuntimeError: maximum recursion depth exceeded -Richard On Aug 20, 2004, at 1:49 PM, Alessandro Crugnola *sephiroth* wrote: > 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 1529, in=20= > 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 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 error > ::occurs anymore and editing of documents also works fine, > ::including saving. > ::Can we just leave away all these event lines or are they > ::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 the > ::newest cvs version I now get another error, just before the > ::Untitled Document opens: > :: > ::Traceback (most recent call last): > :: File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", line > ::1529, in OnUpdateInterface > :: if self.AutoCompActive() or self.CallTipActive(): > ::RuntimeError: maximum recursion depth exceeded > :: > ::And this error also appears after I entered a character 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 is > ::so difficult to find out what i was thinking with SEPY ^_^ 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 > ::"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 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 point > ::::where this recursion error occurs, so SEPY comes up but > ::then ::just loops and loops... > ::::Can we go on from here ? I hope you have some ideas for the > ::::next steps to test ;-) > :::: > ::::Thanks & regards > ::::valley > :::: > :::: > :::: > :::: > :::: > ::::------------------------------------------------------- > ::::SF.Net email is sponsored by Shop4tech.com-Lowest price on > ::::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::::DVD+R for only $33 Save 50% off Retail on Ink & 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 > ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::DVD+R for only $33 Save 50% off Retail on Ink & 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 > ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::DVD+R for only $33 Save 50% off Retail on Ink & 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 > ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic > ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & 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 > |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-20 17:49:28
|
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 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 --------------------------------------------- =20 ::-----Original Message----- ::From: sep...@li...=20 ::[mailto:sep...@li...] On 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 error=20 ::occurs anymore and editing of documents also works fine,=20 ::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 the=20 ::newest cvs version I now get another error, just before the=20 ::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 in=20 ::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 is=20 ::so difficult to find out what i was thinking with SEPY ^_^ 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 Behalf=20 ::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 point=20 ::::where this recursion error occurs, so SEPY comes up but=20 ::then ::just loops and loops... ::::Can we go on from here ? I hope you have some ideas for the=20 ::::next steps to test ;-) :::: ::::Thanks & regards ::::valley :::: :::: :::: :::: :::: ::::------------------------------------------------------- ::::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 |
From: valley <va...@ic...> - 2004-08-20 17:19:17
|
Wow, with all "Bind" event lines commented no recursion error occurs anymore and editing of documents also works fine, including saving. Can we just leave away all these event lines or are they 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 the newest cvs version I now get another error, just before the Untitled Document opens: Traceback (most recent call last): File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", line 1529, in OnUpdateInterface if self.AutoCompActive() or self.CallTipActive(): RuntimeError: maximum recursion depth exceeded And this error also appears after I entered a character in the Untitled D= oc (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 is so difficult= to find out what i was thinking with SEPY ^_^ 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 "Bind" event. Th= en 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 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 point ::where this recursion error occurs, so SEPY comes up but then ::just loops and loops... ::Can we go on from here ? I hope you have some ideas for the ::next steps to test ;-) :: ::Thanks & regards ::valley :: :: :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 |
From: valley <va...@ic...> - 2004-08-20 17:04:06
|
Ok, I didn't comment the "Bind" event lines yet, but with the newest cvs version I now get another error, just before the Untitled Document opens: Traceback (most recent call last): File "/Users/valley/Desktop/SEPY/SciTE/Editor.py", line 1529, in OnUpdateInterface if self.AutoCompActive() or self.CallTipActive(): RuntimeError: maximum recursion depth exceeded And this error also appears after I entered a character in the Untitled D= oc (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 is so difficult= to find out what i was thinking with SEPY ^_^ 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 "Bind" event. Th= en 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 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 point ::where this recursion error occurs, so SEPY comes up but then ::just loops and loops... ::Can we go on from here ? I hope you have some ideas for the ::next steps to test ;-) :: ::Thanks & regards ::valley :: :: :: :: :: ::------------------------------------------------------- ::SF.Net email is sponsored by Shop4tech.com-Lowest price on ::Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic ::DVD+R for only $33 Save 50% off Retail on Ink & 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 Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & 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 |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-19 16:01:54
|
Hi again! Holidays was great... After 5 days of sea beach and girls is so = difficult to find out what i was thinking with SEPY ^_^ Anyway.=20 The recursion come before creating a document or after? Try this thing. Open the Editor.py file and comment out ALL lines with a "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 --------------------------------------------- =20 ::-----Original Message----- ::From: sep...@li...=20 ::[mailto:sep...@li...] On Behalf Of=20 ::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 point=20 ::where this recursion error occurs, so SEPY comes up but then=20 ::just loops and loops... ::Can we go on from here ? I hope you have some ideas for the=20 ::next steps to test ;-) :: ::Thanks & regards ::valley :: :: :: :: :: ::------------------------------------------------------- ::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 :: |
From: Valentin T. <va...@ic...> - 2004-08-19 12:12:45
|
Hi Alessandro, hope your holidays were fine ? With SEPY on OS X it seems we are still stuck at the point where this recursion error occurs, so SEPY comes up but then just loops and loops... Can we go on from here ? I hope you have some ideas for the next steps to test ;-) Thanks & regards valley |
From: valley <va...@ic...> - 2004-08-06 16:41:00
|
if you follow the modifications that some people here made to the newest SEPY code from cvs (see macdev and normal archive) you'll notice that (due to enormous code changes) it is currently not possible to let SEPY run on OS X. at the moment the ide window comes up but remains in this state due to a recursion problem. since the master himself (ol=E9 ale) is on holidays it seems we'll have to wait for him. but i think in mid august we'll have a good chance to let SEPY come up again as it has already done so in february. cheers valley |
From: Chad U. <ch...@io...> - 2004-08-06 15:11:20
|
I have tried several times to get SEPY to compile on OSX using MacPython-2.3... I have been unsuccesful getting it to launch after compiling. This app looks great... how can I get it to work? Thanks, Chad |
From: Alessandro C. *sephiroth* <wis...@se...> - 2004-08-01 17:49:14
|
Thank you for the informations. Try to modify the file "SEPY.py" in the GetTextCtrl() method at line ~4167 in this way: # ----------------------------- # GET TEXT WINDOW FROM NOTEBOOK # ----------------------------- def GetTextCtrl(self, num=None): if self.notebook.GetPageCount() == 0: return False if num == None: if self.notebook.GetSelection() == -1: sel = 0 else: sel = self.notebook.GetSelection() else: sel = num if wx.Platform == '__WXMSW__': try: child = self.notebook.GetPage(sel).GetChildren() except: child = self.notebook.GetPage(0).GetChildren() child_ret = None for line in child: if line.__class__ == Editor: child_ret = line return child_ret break if child_ret is None: for line in child: if line.__class__ in [wx.WindowPtr,wx.Window]: returned_child = self.__recursive__(line) return returned_child break else: try: child = self.notebook.GetPage(sel) except: child = None return child Anyway, tomorrow i will leave for my holidays.. I will be there in 15 days, then i can study the problem. If you or any of the others have time to spend on it, i suggest to take a look at the wxpython archives if you find something for other errors.. 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 ::Richard Wallace ::Sent: domenica 1 agosto 2004 18.10 ::To: sep...@li... ::Subject: Re: [SE|PY-macdev] New error at SEPY startup on OS X :: ::Yes. On startup, sepy had created a blank new document (after ::a 20-30 second wait at the end of which the recursion error ::was given). When I open an existing one, its content is ::displayed after a 20-30 second wait as well. Trying to type ::anything in either a new or existing document results in ::another recursion error, and the program usually quits with a ::segmentation fault after several attempts at typing. :: :: :: ::On Aug 1, 2004, at 5:25 AM, Alessandro Crugnola *sephiroth* wrote: :: ::> When you open an existing as file and get that error (the 2nd one) ::> sepy had created a new document ? ::> ::> 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 ::> ::Richard Wallace ::> ::Sent: sabato 31 luglio 2004 17.52 ::> ::To: sep...@li... ::> ::Subject: Re: [SE|PY-macdev] New error at SEPY startup on OS X ::> :: ::> ::For what it's worth, I get the same result when I comment ::out ::the ::> UTF8 line as well, but I do get a more verbose error ::::message with a ::> line ::> ::number: ::> :: ::> :: File "/usr/local/src/SciTE/Editor.py", line 1517, in ::> ::OnUpdateInterface ::> :: if self.AutoCompActive() or self.CallTipActive(): ::> ::RuntimeError: maximum recursion depth exceeded ::> :: ::> ::And here's what happens when I open an existing AS document: ::> :: ::> ::Traceback (most recent call last): ::> :: File "/usr/local/src/SciTE/SEPY.py", line 2546, in ::OnOpenDocument ::> :: ::self.LoadFile((os.path.normpath(os.path.join(directory, x))), 0) ::> :: File "/usr/local/src/SciTE/SEPY.py", line 2527, in LoadFile ::> :: IOreader.Opener(self, filename, arg[0], gotoline = ::> ::gotoline, classpaths = classpaths) ::> :: File "/usr/local/src/SciTE/file_io.py", line 114, in __init__ ::> :: self.frame.__createNew__(self.text, self.file_name, ::> ::self.arg[0], ::> ::stat=os.stat(self.file_name)[8],newlines=self.newlines, ::> ::gotoline = self.gotoline, classpaths = self.classpaths) ::> :: File "/usr/local/src/SciTE/SEPY.py", line 2451, in ::__createNew__ ::> :: self.statusBar.SetStatusText("File: %s, %d bytes, %d ::> ::lines" % (real_name, os.stat(filename)[6], ::> ::self.GetTextCtrl().GetLineCount()), ::> ::0) ::> ::AttributeError: 'NoneType' object has no attribute 'GetLineCount' ::> ::Exception exceptions.RuntimeError: 'maximum recursion ::depth exceeded' ::> ::in ignored ::> ::Exception exceptions.RuntimeError: 'maximum recursion ::depth exceeded' ::> ::in ignored ::> ::RuntimeError: maximum recursion depth exceeded ::> ::zsh: segmentation fault pythonw main.pyw ::> :: ::> :: ::> :: ::> ::On Jul 31, 2004, at 7:22 AM, valley wrote: ::> :: ::> ::> Ok, now looks better than ever: SEPY opens with an Untitled ::> ::document. ::> ::> But meanwhile I get in the shell the following exception: ::> ::> ::> ::> Exception exceptions.RuntimeError: 'maximum recursion depth ::> ::exceeded' ::> ::> in ::> ::> ignored ::> ::> RuntimeError: maximum recursion depth exceeded ::> ::> ::And when i ::> type the first letter in this document SEPY ::crashes with a ::> ::> Segmentation fault... ::> ::> ::> ::> But it looks really good what i see on the desktop :::-))) ::> ::> ::> valley ::> ::> ::> ----- Original Message ----- ::> From: ::"Alessandro ::> Crugnola *sephiroth*" <wis...@se...> ::> To: ::> <sep...@li...> ::> ::> Sent: Saturday, July 31, 2004 1:00 PM ::> Subject: RE: ::> [SE|PY-macdev] New error at SEPY startup on OS X ::> ::> ::::>> ::So it ::> seems that we have to wait for this feature for ::the os x mode. ::> ::>> ::>> Alessandro: Is it possible to use another ::CodePage than ::>> ::> STC_CP_UTF8 ::>> ::or is there another possibility to get over this ::> current error ? ::> ::>> ::> ::>> Damn.. ::> ::>> Comment that line, and go straight. ::> ::>> The problems this can cause will arise later.. At the ::::moment of ::> save ::> document and open them, since i've completely ::based the ::>> ::> application for unicode support. ::> ::>> But i belive these can be fixed. ::> ::>> ::> ::>> ::> ::>> ::> ::>> 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: sabato 31 luglio 2004 11.44 ::>> ::To: ::> sep...@li... ::>> ::Subject: Re: ::[SE|PY-macdev] ::> New error at SEPY startup on OS X ::>> :: ::> ::>> ::Hi Richard, ::> ::>> :: ::> ::>> ::it seems that at the moment using unicode with ::wxPython isn't ::> ::>> ::possible. ::> ::>> ::i've just tried to build the newest wxWidget/wxPython from ::> ::the ::>> source and with unicode enabled. wxWidget built and ::> ::installed ::>> correctly, but when i try to build wxPython then i ::> ::get 'UNICODE ::>> mode not currently supported on this ::WXPORT: mac' ::> ::>> :: ::> ::>> ::> ::>> :: ::> ::>> ::Thanks a lot ::> ::>> ::valley ::> ::>> :: ::> ::>> :: ::> ::>> :: ::> ::>> :: ::> ::>> ::------------------------------------------------------- ::> ::>> ::This SF.Net email is sponsored by OSTG. Have you noticed the ::> ::>> ::changes on Linux.com, ITManagersJournal and ::NewsForge in ::the ::> ::past ::>> few weeks? Now, one more big change to announce. We are ::> ::::now OSTG- ::>> Open Source Technology Group. Come see ::the changes ::> ::on ::the new OSTG ::>> site. www.ostg.com ::> ::::_______________________________________________ ::> ::>> ::sepy-macdev mailing list ::> ::>> ::sep...@li... ::> ::>> ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::>> ::> ::>> ::> ::>> ::> ::>> ::> ::>> ------------------------------------------------------- ::> ::>> This SF.Net email is sponsored by OSTG. Have you noticed ::the ::> changes ::>> on Linux.com, ITManagersJournal and NewsForge ::in the past ::> ::few weeks? ::> ::>> Now, one more big change to announce. We are now OSTG- Open ::> Source ::>> Technology Group. Come see the changes on the ::new OSTG site. ::> ::>> www.ostg.com _______________________________________________ ::> ::>> sepy-macdev mailing list ::> ::>> sep...@li... ::>> ::> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::>> ::> ::> ::> ::> ::> ::> ::> ::> ------------------------------------------------------- ::> ::> This SF.Net email is sponsored by OSTG. Have you noticed ::the ::> changes ::> on Linux.com, ITManagersJournal and NewsForge ::in the past ::> ::few weeks? ::> ::> Now, one more big change to announce. We are now OSTG- ::Open Source ::> ::> Technology Group. Come see the changes on the new OSTG site. ::> ::> www.ostg.com _______________________________________________ ::> ::> sepy-macdev mailing list ::> ::> sep...@li... ::> ::> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::> ::> :: ::> :: ::> :: ::> ::------------------------------------------------------- ::> ::This SF.Net email is sponsored by OSTG. Have you noticed the ::> ::changes on Linux.com, ITManagersJournal and NewsForge in ::the ::past ::> few weeks? Now, one more big change to announce. We are ::now OSTG- ::> Open Source Technology Group. Come see the changes ::on the ::new OSTG ::> site. www.ostg.com ::_______________________________________________ ::> ::sepy-macdev mailing list ::> ::sep...@li... ::> ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> ::> ::> ::> ::> ------------------------------------------------------- ::> This SF.Net email is sponsored by OSTG. Have you noticed ::the changes ::> on Linux.com, ITManagersJournal and NewsForge in the past ::few weeks? ::> Now, one more big change to announce. We are now OSTG- Open Source ::> Technology Group. Come see the changes on the new OSTG site. ::> www.ostg.com _______________________________________________ ::> sepy-macdev mailing list ::> sep...@li... ::> https://lists.sourceforge.net/lists/listinfo/sepy-macdev ::> :: :: :: ::------------------------------------------------------- ::This SF.Net email is sponsored by OSTG. Have you noticed the ::changes on Linux.com, ITManagersJournal and NewsForge in the ::past few weeks? Now, one more big change to announce. We are ::now OSTG- Open Source Technology Group. Come see the changes ::on the new OSTG site. www.ostg.com ::_______________________________________________ ::sepy-macdev mailing list ::sep...@li... ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev |
From: Richard W. <rwa...@ma...> - 2004-08-01 17:10:13
|
Yes. On startup, sepy had created a blank new document (after a 20-30 second wait at the end of which the recursion error was given). When I open an existing one, its content is displayed after a 20-30 second wait as well. Trying to type anything in either a new or existing document results in another recursion error, and the program usually quits with a segmentation fault after several attempts at typing. On Aug 1, 2004, at 5:25 AM, Alessandro Crugnola *sephiroth* wrote: > When you open an existing as file and get that error (the 2nd one) > sepy had created a new document ? > > 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 > ::Richard Wallace > ::Sent: sabato 31 luglio 2004 17.52 > ::To: sep...@li... > ::Subject: Re: [SE|PY-macdev] New error at SEPY startup on OS X > :: > ::For what it's worth, I get the same result when I comment out > ::the UTF8 line as well, but I do get a more verbose error > ::message with a line > ::number: > :: > :: File "/usr/local/src/SciTE/Editor.py", line 1517, in > ::OnUpdateInterface > :: if self.AutoCompActive() or self.CallTipActive(): > ::RuntimeError: maximum recursion depth exceeded > :: > ::And here's what happens when I open an existing AS document: > :: > ::Traceback (most recent call last): > :: File "/usr/local/src/SciTE/SEPY.py", line 2546, in OnOpenDocument > :: self.LoadFile((os.path.normpath(os.path.join(directory, x))), 0) > :: File "/usr/local/src/SciTE/SEPY.py", line 2527, in LoadFile > :: IOreader.Opener(self, filename, arg[0], gotoline = > ::gotoline, classpaths = classpaths) > :: File "/usr/local/src/SciTE/file_io.py", line 114, in __init__ > :: self.frame.__createNew__(self.text, self.file_name, > ::self.arg[0], > ::stat=os.stat(self.file_name)[8],newlines=self.newlines, > ::gotoline = self.gotoline, classpaths = self.classpaths) > :: File "/usr/local/src/SciTE/SEPY.py", line 2451, in __createNew__ > :: self.statusBar.SetStatusText("File: %s, %d bytes, %d > ::lines" % (real_name, os.stat(filename)[6], > ::self.GetTextCtrl().GetLineCount()), > ::0) > ::AttributeError: 'NoneType' object has no attribute 'GetLineCount' > ::Exception exceptions.RuntimeError: 'maximum recursion depth exceeded' > ::in ignored > ::Exception exceptions.RuntimeError: 'maximum recursion depth exceeded' > ::in ignored > ::RuntimeError: maximum recursion depth exceeded > ::zsh: segmentation fault pythonw main.pyw > :: > :: > :: > ::On Jul 31, 2004, at 7:22 AM, valley wrote: > :: > ::> Ok, now looks better than ever: SEPY opens with an Untitled > ::document. > ::> But meanwhile I get in the shell the following exception: > ::> > ::> Exception exceptions.RuntimeError: 'maximum recursion depth > ::exceeded' > ::> in > ::> ignored > ::> RuntimeError: maximum recursion depth exceeded > ::> > ::> And when i type the first letter in this document SEPY > ::crashes with a > ::> Segmentation fault... > ::> > ::> But it looks really good what i see on the desktop :-))) > ::> > ::> valley > ::> > ::> > ::> ----- Original Message ----- > ::> From: "Alessandro Crugnola *sephiroth*" <wis...@se...> > ::> To: <sep...@li...> > ::> Sent: Saturday, July 31, 2004 1:00 PM > ::> Subject: RE: [SE|PY-macdev] New error at SEPY startup on OS X > ::> > ::> > ::>> ::So it seems that we have to wait for this feature for > ::the os x mode. > ::>> ::>> Alessandro: Is it possible to use another CodePage than > ::>> STC_CP_UTF8 > ::>> ::or is there another possibility to get over this current error ? > ::>> > ::>> Damn.. > ::>> Comment that line, and go straight. > ::>> The problems this can cause will arise later.. At the > ::moment of save > ::> document and open them, since i've completely based the > ::>> application for unicode support. > ::>> But i belive these can be fixed. > ::>> > ::>> > ::>> > ::>> 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: sabato 31 luglio 2004 11.44 > ::>> ::To: sep...@li... > ::>> ::Subject: Re: [SE|PY-macdev] New error at SEPY startup on OS X > ::>> :: > ::>> ::Hi Richard, > ::>> :: > ::>> ::it seems that at the moment using unicode with wxPython isn't > ::>> ::possible. > ::>> ::i've just tried to build the newest wxWidget/wxPython from ::the > ::>> source and with unicode enabled. wxWidget built and ::installed > ::>> correctly, but when i try to build wxPython then i ::get 'UNICODE > ::>> mode not currently supported on this WXPORT: mac' > ::>> :: > ::>> > ::>> :: > ::>> ::Thanks a lot > ::>> ::valley > ::>> :: > ::>> :: > ::>> :: > ::>> :: > ::>> ::------------------------------------------------------- > ::>> ::This SF.Net email is sponsored by OSTG. Have you noticed the > ::>> ::changes on Linux.com, ITManagersJournal and NewsForge in > ::the ::past > ::>> few weeks? Now, one more big change to announce. We are > ::::now OSTG- > ::>> Open Source Technology Group. Come see the changes ::on > ::the new OSTG > ::>> site. www.ostg.com > ::::_______________________________________________ > ::>> ::sepy-macdev mailing list > ::>> ::sep...@li... > ::>> ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::>> > ::>> > ::>> > ::>> > ::>> ------------------------------------------------------- > ::>> This SF.Net email is sponsored by OSTG. Have you noticed > ::the changes > ::>> on Linux.com, ITManagersJournal and NewsForge in the past > ::few weeks? > ::>> Now, one more big change to announce. We are now OSTG- Open Source > ::>> Technology Group. Come see the changes on the new OSTG site. > ::>> www.ostg.com _______________________________________________ > ::>> sepy-macdev mailing list > ::>> sep...@li... > ::>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::>> > ::> > ::> > ::> > ::> ------------------------------------------------------- > ::> This SF.Net email is sponsored by OSTG. Have you noticed > ::the changes > ::> on Linux.com, ITManagersJournal and NewsForge in the past > ::few weeks? > ::> Now, one more big change to announce. We are now OSTG- Open Source > ::> Technology Group. Come see the changes on the new OSTG site. > ::> www.ostg.com _______________________________________________ > ::> sepy-macdev mailing list > ::> sep...@li... > ::> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> > :: > :: > :: > ::------------------------------------------------------- > ::This SF.Net email is sponsored by OSTG. Have you noticed the > ::changes on Linux.com, ITManagersJournal and NewsForge in the > ::past few weeks? Now, one more big change to announce. We are > ::now OSTG- Open Source Technology Group. Come see the changes > ::on the new OSTG site. www.ostg.com > ::_______________________________________________ > ::sepy-macdev mailing list > ::sep...@li... > ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source > Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > |